Lines 58-98json
58 "url": "git+https://github.com/mycode699/clavue.git"
63 "bundleDependencies": [
64 "@anthropic-ai/sandbox-runtime",
66 "@opentelemetry/api-logs",
67 "@opentelemetry/core",
68 "@opentelemetry/resources",
69 "@opentelemetry/sdk-logs",
70 "@opentelemetry/sdk-metrics",
71 "@opentelemetry/sdk-trace-base",
72 "@opentelemetry/semantic-conventions",
78 "postinstall": "node scripts/postinstall-pager.mjs",
HighInstall Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L78 79 "build": "npm run check:release && npm pack --dry-run",
80 "build:knowledge": "node scripts/build-project-knowledge.mjs",
81 "vendor:ripgrep": "node scripts/vendor-ripgrep.mjs",
82 "check": "npm run check:quick",
83 "check:fast": "npm run check:types && npm run check:source-purity && npm run check:boundaries && npm run test:fast && npm run check:startup",
84 "check:quick": "npm run validate:repo && npm run check:test-hygiene && npm run check:source-purity && npm run check:boundaries && npm run check:types && npm test && npm run check:test-hygiene",
85 "check:release": "npm run vendor:ripgrep && npm run validate:repo && npm run check:test-hygiene && npm run verify:dist-clean && npm run verify:dist && npm run verify:source-build && npm run check:source-purity && npm run check:boundaries && npm run check:types && npm test && npm run check:test-hygiene",
86 "check:hygiene": "npm run validate:repo",
87 "check:test-hygiene": "node scripts/check-test-tmp-hygiene.mjs",
88 "test:clean-tmp": "node scripts/clean-test-tmp.mjs",
89 "check:source-purity": "node scripts/check-source-purity.mjs",
90 "check:boundaries": "node scripts/check-architecture-boundaries.mjs",
91 "check:commits": "node scripts/check-commit-message.mjs --range HEAD~1..HEAD",
92 "check:architecture-budget": "node scripts/check-architecture-budget.mjs",
93 "check:knip": "node scripts/check-knip-baseline.mjs",
94 "check:types": "node scripts/check-types.mjs",
95 "verify:source-build": "node scripts/build-plugin.mjs",
96 "verify:dist-clean": "node scripts/verify-dist-clean.mjs",
97 "rebuild:dist": "CLAVUE_BUILD_TARGET=dist node scripts/build-plugin.mjs",
98 "start": "node dist/clavue.js --version",