Lines 33-73json
33 "import": "./dist/config/index.js"
37 "workflow-agent": "./dist/cli/index.js"
46 "dev": "tsup --watch",
48 "test:watch": "vitest",
49 "test:coverage": "vitest run --coverage",
50 "lint": "echo \"ESLint not configured - skipping\"",
51 "typecheck": "tsc --noEmit",
52 "clean": "rm -rf dist",
53 "postinstall": "node dist/scripts/postinstall.js || true",
HighInstall Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L53 MediumAmbiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkg · L53 54 "prepublishOnly": "pnpm build && pnpm test",
55 "workflow": "node dist/cli/index.js",
56 "workflow:version": "node dist/cli/index.js --version",
57 "workflow:init": "node dist/cli/index.js init",
58 "workflow:validate": "node dist/cli/index.js validate",
59 "workflow:config": "node dist/cli/index.js config show",
60 "workflow:config-show": "node dist/cli/index.js config show",
61 "workflow:config-set": "node dist/cli/index.js config set",
62 "workflow:suggest": "node dist/cli/index.js suggest",
63 "workflow:setup": "node dist/cli/index.js setup",
64 "workflow:setup-auto": "node dist/cli/index.js setup auto",
65 "workflow:doctor": "node dist/cli/index.js doctor",
66 "workflow:scope": "node dist/cli/index.js scope list",
67 "workflow:scope-list": "node dist/cli/index.js scope list",
68 "workflow:scope-create": "node dist/cli/index.js scope create",
69 "workflow:scope-migrate": "node dist/cli/index.js scope migrate",
70 "workflow:scope-hooks": "node dist/cli/index.js scope hooks status",
71 "workflow:scope-hooks-install": "node dist/cli/index.js scope hooks install",
72 "workflow:scope-hooks-uninstall": "node dist/cli/index.js scope hooks uninstall",
73 "workflow:scope-hooks-test": "node dist/cli/index.js scope hooks test",