Lines 323-363json
323 "check:typography": "node scripts/check-typography.mjs",
324 "gen:component-tokens": "node scripts/gen-component-tokens.mjs",
325 "check:mcp-token-sync": "node scripts/gen-component-tokens.mjs --check",
326 "check:core-isolation": "node scripts/check-core-isolation.mjs",
327 "check:no-consumer-coupling": "node scripts/check-no-consumer-coupling.mjs",
328 "release": "node scripts/release.mjs",
329 "preview": "node preview/scripts/kill-port.mjs && vite --config preview/vite.config.ts --port 6008 --strictPort",
330 "preview:build": "vite build --config preview/vite.config.ts",
331 "docs:sync-primitives": "node preview/scripts/sync-primitive-docs.mjs && prettier --write \"docs/primitives/**/*.tsx\"",
332 "audit": "node scripts/ui-audit.mjs",
333 "audit:examples": "node scripts/ui-audit.mjs docs",
334 "build": "tsup && tsc -p tsconfig.build.json && node scripts/copy-styles.mjs && node scripts/fix-esm-extensions.mjs && node scripts/add-use-client.mjs",
335 "dev": "node scripts/dev.mjs",
336 "prepublishOnly": "pnpm run build",
337 "check:audit-sync": "node scripts/check-audit-sync.mjs",
338 "check:contrast": "node scripts/check-contrast.mjs",
339 "visual-audit": "node scripts/visual-audit.mjs",
340 "check:visual-audit": "node scripts/visual-audit-smoke.mjs",
341 "check:frame-axe": "node scripts/check-frame-axe.mjs",
342 "check:frame-geometry": "node scripts/frame-geometry.mjs",
343 "postinstall": "node scripts/postinstall.mjs",
HighInstall Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L343 MediumAmbiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkg · L343 344 "init-agent": "node scripts/init-agent-kit.mjs",
345 "check:use-client": "node scripts/check-use-client.mjs"
347 "peerDependencies": {
348 "@axe-core/playwright": "*",
349 "@hookform/resolvers": "^5.2.0",
350 "@tanstack/react-query": ">=5.0.0",
354 "react-dom": ">=19.0.0",
355 "react-hook-form": "^7.76.0",
356 "react-router-dom": ">=7.0.0",
357 "recharts": "^2.13.0 || ^3.0.0",
358 "tailwindcss": ">=4.0.0",
361 "peerDependenciesMeta": {