{
  "name": "@karrotmarket/karrot-ui-icon",
  "version": "0.0.0-20230217.1",
  "type": "module",
  "bin": {
    "seed-icon": "./bin.min.mjs"
  },
  "scripts": {
    "prepack": "yarn build",
    "update-icons": "SKIP_PDF=true node -r tsm scripts/fetch-and-build-assets.cjs",
    "generate-pdf": "node scripts/convert-svg-to-pdf.cjs",
    "generate-icon-schema": "node scripts/generate-icon-schema.cjs",
    "generate-icon-cli-data": "node scripts/generate-icon-cli-data.cjs",
    "build": "yarn build:tsc && yarn build:babel && yarn generate-icon-cli-data && yarn generate-icon-schema",
    "build:tsc": "tsc --emitDeclarationOnly",
    "build:babel": "babel -d lib src -x .tsx"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "svg",
    "drawable",
    "pdf",
    "lib"
  ],
  "license": "MIT",
  "devDependencies": {
    "@babel/cli": "^7.16.0",
    "@babel/core": "^7.16.0",
    "@babel/preset-modules": "^0.1.5",
    "@babel/preset-react": "^7.16.0",
    "@babel/preset-typescript": "^7.16.0",
    "@svgr/core": "^6.0.0",
    "@svgr/plugin-jsx": "^6.0.0",
    "@svgr/plugin-prettier": "^6.0.0",
    "@svgr/plugin-svgo": "^6.0.0",
    "@types/react": "^17.0.37",
    "dotenv": "^10.0.0",
    "esbuild": "^0.17.6",
    "got": "^11.8.3",
    "jsdom": "^19.0.0",
    "jspdf": "^2.5.1",
    "lodash": "^4.17.21",
    "svg2pdf.js": "^2.2.0",
    "svg2vectordrawable": "^2.8.1",
    "svgo": "^2.8.0",
    "tasuku": "^1.0.2",
    "tsm": "^2.2.1",
    "typescript": "^4.5.2"
  },
  "dependencies": {
    "string-dedent": "^3.0.1"
  }
}
