{
  "name": "icons-svg",
  "version": "1.6.6",
  "description": "Use svg icon like @ant-design/icons.",
  "keywords": [
    "svg",
    "icons",
    "ant-design/icons"
  ],
  "author": "sufaith<suwdoit@gmail.com>",
  "homepage": "https://sufaith.github.io/icons-svg",
  "repository": {
    "type": "git",
    "url": "https://github.com/sufaith/icons-svg.git"
  },
  "license": "ISC",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "es"
  ],
  "scripts": {
    "dev": "father-build --watch",
    "build": "father-build",
    "postbuild": "node scripts/copy.js",
    "type-check": "tsc --noEmit",
    "prepublishOnly": "npm run build",
    "docs": "yarn dumi dev",
    "build:docs": "yarn dumi build",
    "predeploy": "yarn build:docs",
    "deploy": "node scripts/deploy.js",
    "release": "release-it"
  },
  "devDependencies": {
    "@babel/preset-typescript": "^7.15.0",
    "@types/jest": "^27.0.1",
    "@types/lodash.camelcase": "^4.3.6",
    "@types/lodash.template": "^4.4.6",
    "@types/lodash.upperfirst": "^4.3.6",
    "@types/node": "^13.9.3",
    "@types/ramda": "^0.26.43",
    "@types/rgrove__parse-xml": "^1.1.0",
    "@types/rimraf": "^3.0.2",
    "@types/svgo": "^1.3.1",
    "@types/yargs": "^17.0.2",
    "@umijs/fabric": "^2.2.2",
    "cross-env": "^7.0.0",
    "dumi": "^1.1.4",
    "father-build": "^1.19.8",
    "gh-pages": "^3.1.0",
    "release-it": "^14.11.5",
    "rimraf": "^3.0.2",
    "typescript": "^3.8.3",
    "umi-test": "^1.9.6"
  },
  "dependencies": {
    "@rgrove/parse-xml": "^2.0.2",
    "chalk": "^4.1.0",
    "cpy": "^8.1.2",
    "globby": "^11.0.0",
    "insert-css": "^2.0.0",
    "lodash.camelcase": "^4.3.0",
    "lodash.template": "^4.5.0",
    "lodash.upperfirst": "^4.3.1",
    "ramda": "^0.27.0",
    "svgo": "^1.3.2",
    "yargs": "^17.0.0-candidate.0"
  }
}
