package.json19 lines · main
| 1 | { |
| 2 | "name": "icons", |
| 3 | "main": "./src/icons/index.ts", |
| 4 | "scripts": { |
| 5 | "preinstall": "npx only-allow pnpm", |
| 6 | "build:icons": "build-icons --templateSrc=./scripts/exportTemplate.mjs --renderUniqueKey --iconFileExtension=.ts --exportFileName=index.ts", |
| 7 | "clean": "rimraf node_modules .turbo" |
| 8 | }, |
| 9 | "dependencies": { |
| 10 | "typescript": "catalog:", |
| 11 | "@supabase/build-icons": "workspace:*" |
| 12 | }, |
| 13 | "devDependencies": { |
| 14 | "@types/react": "catalog:" |
| 15 | }, |
| 16 | "peerDependencies": { |
| 17 | "react": "catalog:" |
| 18 | } |
| 19 | } |