{
  "name": "@ones-design/icons",
  "version": "2.60.4",
  "description": "ONES Design",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "sideEffects": false,
  "scripts": {
    "svg": "svgr -- src/svg && node src/scripts/classify.cjs",
    "svg:merge": "node src/scripts/copy.cjs --merge && svgr -- src/svg",
    "test": "tsc --noEmit --emitDeclarationOnly false",
    "tsc": "tsc --project tsconfig.build.json && tsc-alias",
    "build": "vite build --emptyOutDir && pnpm run tsc"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:BangWork/ones-design.git"
  },
  "keywords": [
    "ones",
    "design"
  ],
  "author": {
    "name": "htmlin",
    "email": "linhuangdong@ones.cn",
    "url": "https://www.yuque.com/htmlin"
  },
  "contributors": [
    {
      "name": "SCWR",
      "email": "chenweirun@ones.cn",
      "url": "https://www.yuque.com/scwr"
    }
  ],
  "files": [
    "dist"
  ],
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "react": "^16.14.0 || ^17.0.0"
  },
  "dependencies": {
    "@babel/runtime-corejs3": "^7.22.15",
    "@types/react": "^17.0.19",
    "classnames": "^2.3.2"
  },
  "gitHead": "f6eaf25afe031fc3cb827be11c0bfa28dd58eddf"
}
