{
  "name": "antd-omi-icons",
  "version": "0.0.25",
  "main": "lib/cjs/index.js",
  "module": "lib/es/index.js",
  "browser": "lib/umd/antd-omi-icons.min.js",
  "dependencies": {
    "@ant-design/colors": "^6.0.0",
    "@ant-design/icons-svg": "^4.2.1",
    "omi-tools": "^1.0.35"
  },
  "devDependencies": {
    "@babel/core": "^7.18.9",
    "@babel/plugin-transform-runtime": "^7.18.9",
    "@babel/preset-env": "^7.18.9",
    "@rollup/plugin-babel": "^5.3.1",
    "@rollup/plugin-commonjs": "^11.1.0",
    "@rollup/plugin-node-resolve": "^7.1.3",
    "@rollup/plugin-replace": "^2.4.2",
    "@rollup/plugin-typescript": "^8.3.3",
    "@types/lodash": "^4.14.182",
    "@types/node": "^16.11.45",
    "core-js": "^3.23.5",
    "cross-env": "^7.0.3",
    "glob": "^7.2.3",
    "lodash": "^4.17.21",
    "omi": "^6.25.3",
    "rimraf": "^3.0.2",
    "rollup": "^2.77.0",
    "rollup-plugin-terser": "^7.0.2",
    "ts-node": "^10.9.1",
    "tslib": "*",
    "typescript": "^4.7.4"
  },
  "scripts": {
    "build:umd": "cross-env NODE_ENV=production rollup -c",
    "build:esm": "./node_modules/.bin/tsc --project tsconfig.json",
    "build:cjs": "./node_modules/.bin/tsc --project tsconfig.json --module CommonJS --outDir lib/cjs",
    "build": "yarn build:cjs && yarn build:esm && yarn build:umd",
    "clean": "./scripts/cleanup.sh",
    "clear": "rimraf lib",
    "dev": "cross-env NODE_ENV=developemnt rollup -c -w",
    "generate": "rimraf src/icons && cross-env TS_NODE_PROJECT=scripts/tsconfig.json node -r ts-node/register scripts/generate.ts --target=icon",
    "generate:docs": "rimraf docs && cross-env TS_NODE_PROJECT=scripts/tsconfig.json node -r ts-node/register scripts/generate-docs/index.ts --target=docs",
    "postcompile": "yarn clean && cross-env TS_NODE_PROJECT=scripts/tsconfig.json node -r ts-node/register scripts/generate.ts --target=entry",
    "prebuild": "yarn clear",
    "prepublishOnly": "yarn generate:docs",
    "pretest": "yarn build",
    "test": "node test/test.js"
  },
  "files": [
    "lib"
  ],
  "contributors": [
    "w-xuefeng <xuefeng@kcalb.wang>"
  ],
  "description": "Ant Design Icons for Omi",
  "keywords": [
    "antd",
    "Ant Design",
    "Icons",
    "Omi",
    "omi-icons"
  ],
  "homepage": "https://github.com/w-xuefeng/antd-omi-icons/",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/w-xuefeng/antd-omi-icons.git"
  }
}