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