Lines 145-185json
145 "lint:design": "node scripts/check-design-md.mjs",
146 "lint:docs-drift": "node scripts/check-docs-drift.mjs",
147 "lint:tailwind": "node scripts/check-tailwind-v4.mjs",
148 "lint:prefix-order": "node scripts/check-prefix-order.mjs",
149 "lint:screen-contracts": "node scripts/check-screen-contracts.mjs",
150 "metrics": "node scripts/download-metrics.mjs",
151 "generate:lookup": "node scripts/generate-component-lookup.mjs",
152 "generate:native-lookup": "node scripts/generate-native-component-lookup.mjs",
153 "generate:tokens": "node scripts/generate-platform-tokens.mjs",
154 "lint:tokens": "node scripts/generate-platform-tokens.mjs --check",
155 "lint:token-hex": "node scripts/generate-token-hex-cache.mjs --check",
156 "check:native": "tsc -p tsconfig.native.json --noEmit",
157 "check:native-parity": "node scripts/check-native-parity.mjs",
158 "check:native-lookup": "node scripts/generate-native-component-lookup.mjs --check",
159 "test": "vitest run",
160 "test:consumer:web": "npm run build:lib && node scripts/test-packed-web-consumer.mjs",
161 "test:jest-consumer": "node scripts/test-jest-consumer.mjs",
162 "test:watch": "vitest",
163 "check": "tsc -p tsconfig.app.json --noEmit && bash scripts/lint-scratch.sh && bash scripts/check-deps.sh && node scripts/check-published-deps.mjs && node scripts/check-css-setup.mjs && bash scripts/check-drift.sh && node scripts/check-screen-contracts.mjs && node scripts/check-docs-drift.mjs && node scripts/check-contrast.mjs && node scripts/check-design-md.mjs && node scripts/check-tailwind-v4.mjs && node scripts/check-prefix-order.mjs && node scripts/generate-component-lookup.mjs --check && node scripts/generate-platform-tokens.mjs --check && node scripts/generate-token-hex-cache.mjs -- ...
164 "check:agent": "npm run lint && npm run check && npm test && npm run lint:story-reuse",
165 "postinstall": "node bin/init.js postinstall",
HighInstall Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L165 MediumAmbiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkg · L165 166 "mcp:build": "cd mcp-server && npm install && npm run build",
167 "mcp:start": "node mcp-server/dist/index.js"
170 "@radix-ui/react-slot": "^1.0.0",
171 "class-variance-authority": "^0.7.1",
173 "iconsax-reactjs": "^0.0.8",
174 "radix-ui": "^1.0.0",
175 "react-day-picker": "^10.0.1",
176 "react-hook-form": "^7.75.0",
177 "tailwind-merge": "^3.5.0",
178 "typescript": "^6.0.3"
180 "peerDependencies": {
181 "@react-navigation/bottom-tabs": ">=7.0.0",
183 "expo-glass-effect": "*",
184 "react": "^18.0.0 || ^19.0.0",
185 "react-dom": "^18.0.0 || ^19.0.0",
Long lines were clipped for display.