Lines 31-71json
31 "start": "node dist/index.js",
33 "test:watch": "jest --watch",
34 "test:coverage": "jest --coverage",
35 "test:unit": "jest tests/unit",
36 "test:integration": "jest tests/integration",
37 "setup": "node dist/cli/setup-wizard.js",
38 "setup:neo4j": "NEO4J_AUTO_INSTALL=true node dist/index.js",
39 "setup:advanced": "node scripts/setup-advanced.cjs",
40 "setup:quick": "node scripts/setup-advanced.cjs --quick",
41 "health": "node scripts/setup-advanced.cjs --health",
42 "lint": "eslint src --ext .ts",
43 "lint:fix": "eslint src --ext .ts --fix",
44 "format": "prettier --write 'src/**/*.ts'",
45 "format:check": "prettier --check 'src/**/*.ts'",
46 "typecheck": "tsc --noEmit",
47 "check:tools": "npm run build && node scripts/check-tool-registry.mjs",
48 "check:conformance": "npm run build && node scripts/check-output-conformance.mjs",
49 "prepublishOnly": "npm run clean && npm run build",
50 "prepare": "test -n \"$CI\" || npm run build",
51 "postinstall": "node scripts/postinstall.cjs",
HighInstall Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L51 MediumAmbiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkg · L51 52 "uninstall": "node scripts/uninstall.js"
55 "@anthropic-ai/sdk": "^0.110.0",
56 "@modelcontextprotocol/sdk": "^1.29.0",
57 "better-sqlite3": "^12.11.1",
61 "compromise": "^14.15.1",
62 "compromise-adjectives": "^0.0.7",
63 "compromise-dates": "^3.8.0",
64 "compromise-numbers": "^1.4.0",
66 "lru-cache": "^11.5.1",
67 "neo4j-driver": "^6.1.0",
69 "rtf-parser": "^1.3.3",