Lines 20-60json
26 "lint:fix": "eslint . --fix",
27 "format": "prettier --write .",
28 "format:check": "prettier --check .",
29 "typecheck": "tsc --noEmit",
31 "test:watch": "vitest",
32 "clean": "rm -rf dist node_modules skills",
33 "clean:dist": "rm -rf dist",
34 "sync-skills": "tsx scripts/sync-skills.ts",
35 "prebuild": "npm run clean:dist && npm run sync-skills",
36 "prepack": "npm run sync-skills",
37 "check": "npm run typecheck && npm run lint && npm run format:check",
38 "check:fix": "npm run format && npm run lint:fix",
39 "prepublishOnly": "npm run build",
40 "postinstall": "node dist/postinstall.js || true",
HighInstall Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L40 MediumAmbiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkg · L40 41 "generate:cli-reference": "tsx scripts/generate-cli-reference.ts"
44 "@skhema/agent-sdk": "0.1.4",
45 "@skhema/method": "0.4.0",
46 "@skhema/sdk": "0.2.4",
48 "commander": "^12.0.0",
52 "@mdx-js/mdx": "3.1.1",
53 "@skhema/linter": "2.3.0",
54 "@skhema/prettier-config": "1.0.0",
55 "@types/node": "^22.0.0",
58 "prettier-plugin-organize-imports": "^4.3.0",
59 "remark-gfm": "4.0.1",