Lines 291-331json
291 "gen:component-tokens": "node scripts/gen-component-tokens.mjs",
292 "check:mcp-token-sync": "node scripts/gen-component-tokens.mjs --check",
293 "check:core-isolation": "node scripts/check-core-isolation.mjs",
294 "check:no-consumer-coupling": "node scripts/check-no-consumer-coupling.mjs",
295 "release": "node scripts/release.mjs",
296 "preview": "node preview/scripts/kill-port.mjs && vite --config preview/vite.config.ts --port 6008 --strictPort",
297 "preview:build": "vite build --config preview/vite.config.ts",
298 "docs:sync-primitives": "node preview/scripts/sync-primitive-docs.mjs && prettier --write \"docs/primitives/**/*.tsx\"",
299 "audit": "node scripts/ui-audit.mjs",
300 "audit:examples": "node scripts/ui-audit.mjs docs",
301 "build": "tsup && tsc -p tsconfig.build.json && node scripts/copy-styles.mjs && node scripts/fix-esm-extensions.mjs && node scripts/add-use-client.mjs",
302 "dev": "node scripts/dev.mjs",
303 "prepublishOnly": "pnpm run build",
304 "check:audit-sync": "node scripts/check-audit-sync.mjs",
305 "check:contrast": "node scripts/check-contrast.mjs",
306 "visual-audit": "node scripts/visual-audit.mjs",
307 "check:visual-audit": "node scripts/visual-audit-smoke.mjs",
308 "check:frame-axe": "node scripts/check-frame-axe.mjs",
309 "check:frame-geometry": "node scripts/frame-geometry.mjs",
310 "check:frame-coverage": "node scripts/frame-coverage.mjs",
311 "postinstall": "node scripts/postinstall.mjs",
HighInstall Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L311 MediumAmbiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkg · L311 312 "init-agent": "node scripts/init-agent-kit.mjs",
313 "check:use-client": "node scripts/check-use-client.mjs"
315 "peerDependencies": {
316 "@axe-core/playwright": "*",
317 "@hookform/resolvers": "^5.2.0",
318 "@tanstack/react-query": ">=5.0.0",
322 "react-dom": ">=19.0.0",
323 "react-hook-form": "^7.76.0",
324 "react-router-dom": ">=7.0.0",
325 "recharts": "^2.13.0 || ^3.0.0",
326 "tailwindcss": ">=4.0.0",
329 "peerDependenciesMeta": {