{ "name": "tag-index", "version": "0.7.0", "description": "Create a curated list of important tags to serve as meaningful entry points to your knowledge base.", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs", "build": "npm run prettier && node esbuild.config.mjs production && cp manifest.json build && [ -f styles.css ] && cp styles.css build/ || true", "pretest": "eslint src/", "test": "jest --passWithNoTests", "prettier": "prettier -w 'src/**/*.ts'", "preversion": "npm run build && npm run test", "version": "node version-bump.mjs && node version-changelog.mjs && git add manifest.json versions.json CHANGELOG.md && cp manifest.json build/", "postversion": "git push && git push --tags && gh release create $npm_package_version -F CHANGELOG.md --draft build/main.js manifest.json $([ -f styles.css ] && echo 'styles.css' || true)" }, "version-tag-prefix": "", "keywords": [ "obsidian", "tags", "organization", "productivity" ], "author": "wenlzhang", "devDependencies": { "@eslint/js": "^9.16.0", "@types/jest": "^29.5.14", "@types/node": "^16.11.7", "@typescript-eslint/eslint-plugin": "^5.40.1", "@typescript-eslint/parser": "^5.40.1", "builtin-modules": "^4.0.0", "esbuild": "^0.13.15", "eslint": "^8.24.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.0.0", "jest": "^29.7.0", "obsidian": "^1.8.7", "prettier": "^3.4.2", "ts-jest": "^29.2.5", "tslib": "^2.8.1", "typescript": "^4.9.5" } }