{
  "name": "a-icons",
  "version": "1.2.65",
  "repository": "git@github.com:SPOTEC-LTD/assui.git",
  "author": "jason <usochen@gmail.com>",
  "main": "./lib/index.js",
  "module": "./es/index.js",
  "types": "./lib/index.d.ts",
  "license": "MIT",
  "scripts": {
    "buildSvg": "rm -rf src/* && rm -rf tmpAllSvgs/* && cp svgs/**/* tmpAllSvgs && svgr --template buildIconTemplate.js --typescript --out-dir src tmpAllSvgs",
    "build": "yarn run buildSvg && gulp"
  },
  "devDependencies": {
    "@svgr/cli": "^5.4.0",
    "antd": "^4.16.11"
  },
  "dependencies": {
    "@svgr/webpack": "^5.5.0",
    "a-base-icon": "^1.1.2"
  },
  "peerDependencies": {
    "assui": "^3.2.49"
  }
}
