UNPKG

wizardry-icon

Version:
64 lines 1.41 kB
{ "name": "wizardry-icon", "version": "0.0.6", "description": "Add components to your apps.", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./data.json": { "default": "./data.json" } }, "author": { "name": "petitspois" }, "repository": { "type": "git", "url": "https://github.com/petitspois/wizardry.git", "directory": "packages/wizardry-icon" }, "files": [ "dist", "src/data.json" ], "keywords": [ "components", "ui", "icon", "aoian", "shadcn", "ai", "wizardry" ], "type": "module", "devDependencies": { "@svgr/cli": "^8.1.0", "@svgr/core": "^8.1.0", "@svgr/plugin-jsx": "^8.1.0", "@svgr/plugin-prettier": "^8.1.0", "@turbo/gen": "^2.4.4", "@types/node": "^22.13.10", "@types/react": "19.0.12", "@types/react-dom": "19.0.4", "eslint": "^9.23.0", "lodash": "^4.17.21", "svgson": "^5.3.1", "tsup": "^8.4.0", "typescript": "5.8.2", "@repo/eslint-config": "0.0.0", "@repo/typescript-config": "0.0.0" }, "peerDependencies": { "react": "^19.1.0", "react-dom": "^19.1.0" }, "scripts": { "lint": "eslint . --max-warnings 0", "build:icons": "node scripts/generate-icons.mjs", "build": "tsup", "pub:release": "pnpm build && pnpm publish", "check-types": "tsc --noEmit" } }