Lines 25-65json
25 "registry": "https://registry.npmjs.org"
29 "noldor": "node bin/noldor.mjs",
30 "dashboard": "node bin/noldor.mjs dashboard server",
32 "test:contract": "node scripts/test-contract.mjs",
33 "test:e2e:drain": "vitest run src/testing/__tests__/drain-e2e.test.ts",
34 "typecheck": "tsc --noEmit",
35 "lint": "oxlint --deny-warnings",
36 "lint:fix": "oxlint --fix",
37 "fmt": "node bin/noldor.mjs fmt",
38 "fmt:check": "node bin/noldor.mjs fmt --check",
39 "verify": "pnpm lint && pnpm fmt:check && pnpm typecheck && pnpm test",
40 "toon": "node bin/noldor.mjs graphify graph-to-toon graphify-out/graph.json",
41 "graphify:enrich-docs": "node bin/noldor.mjs graphify enrich-docs graphify-out/graph.json",
42 "release": "node bin/noldor.mjs release run",
43 "clean": "rm -rf dist .turbo",
45 "postinstall": "lefthook install || echo 'lefthook not found - skipping hook install (expected when installed as a dependency)'"
HighInstall Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L45 MediumAmbiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkg · L45 48 "@inquirer/prompts": "^8.4.3",
49 "dependency-cruiser": "^16.10.0",
50 "gray-matter": "^4.0.3",
51 "highlight.js": "^11.10.0",
53 "marked-highlight": "^2.2.1",
54 "minimatch": "^10.2.5",
59 "zod-to-json-schema": "^3.25.2"
62 "@types/node": "^22.0.0",
63 "@types/semver": "^7.7.1",