{
  "name": "@core0/icon",
  "version": "0.0.17",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "scripts": {
    "build": "rimraf dist && rollup --config",
    "process-icon": "RUN_FROM=PNPM ts-node-esm --project ./tsconfig.json ./scripts/process-icons.ts ./src",
    "test": "jest"
  },
  "dependencies": {
    "@core0/theme": "workspace:*",
    "@core0/theme-stylus": "workspace:*",
    "@core0/tooltip": "workspace:*",
    "classnames": "^2.3.2",
    "tinycolor2": "^1.4.2"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
    "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
  },
  "devDependencies": {
    "@types/node": "^18.11.9",
    "ts-node": "^10.9.1",
    "typescript": "^4.8.4"
  }
}
