Lines 64-106json
64 "style": "./dist/index.css",
65 "import": "./dist/index.css",
66 "default": "./dist/index.css"
68 "./preset": "./src/preset.css",
69 "./preset-standalone": "./src/preset-standalone.css",
70 "./styles": "./src/preset.css",
71 "./tokens/primitive": "./src/styles/primitive.css",
72 "./tokens/semantic": "./src/styles/semantic.css",
73 "./tokens/typography": "./src/styles/typography.css",
74 "./tokens/motion": "./src/styles/motion.css",
75 "./eslint/deprecated": "./eslint/deprecated.js"
82 "build": "tsc -b && vite build",
83 "build:lib": "vite build --config vite.config.lib.ts && node scripts/append-tailwind-source-manifest.mjs && tsc --project tsconfig.lib.json && tsc-alias --project tsconfig.lib.json",
84 "prepack": "npm run build:lib",
85 "prepare": "npm run build:lib",
86 "postinstall": "node ./bin/init.js postinstall",
HighSuspicious Lifecycle Evidence
The install hook runs the initialization program automatically.
package.jsonView on unpkg · L84 HighInstall Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L86 MediumAmbiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkg · L86 88 "preview": "vite preview",
89 "storybook": "storybook dev -p 6006",
90 "build-storybook": "storybook build",
91 "lint:scratch": "bash scripts/lint-scratch.sh",
92 "lint:reuse": "bash scripts/check-story-reuse.sh",
93 "lint:border": "node scripts/check-border-color.mjs",
94 "lint:docs": "bash scripts/check-docs-drift.sh",
95 "typecheck:stories": "tsc --noEmit -p tsconfig.stories.json",
96 "generate:lint-rules": "node scripts/generate-lint-rules.mjs",
97 "generate:lookup": "node scripts/generate-component-lookup.mjs",
98 "lint:contrast": "node scripts/check-contrast.mjs",
99 "check": "tsc --noEmit -p tsconfig.app.json && npm run typecheck:stories && bash scripts/check-deps.sh && bash scripts/check-drift.sh && bash scripts/check-docs-drift.sh && bash scripts/lint-scratch.sh && bash scripts/check-story-reuse.sh && bash scripts/check-responsive.sh && node scripts/check-border-color.mjs && npm run lint:contrast && bash scripts/lint-scratch.sh --components && bash scripts/check-generated-drift.sh && bash scripts/check-agents-mirror.sh",
100 "test": "vitest run --config vitest.config.ts",
101 "test:interaction": "vitest run --config vitest.storybook.config.ts",
102 "test:a11y": "vitest run --config vitest.a11y.config.ts",
103 "check:consumer-types": "node scripts/check-consumer-types.mjs"
106 "class-variance-authority": "^0.7.1",