{
  "name": "antd-mobile-icons",
  "version": "0.2.2",
  "description": "The icon set for antd-mobile.",
  "repository": "git@github.com:awmleer/antd-mobile-icons.git",
  "author": "卡晨 <guangbo.hgb@alibaba-inc.com>",
  "license": "MIT",
  "main": "./cjs/index.js",
  "module": "./es/index.js",
  "types": "./es/index.d.ts",
  "typings": "./es/index.d.ts",
  "sideEffects": [],
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "files": [
    "es/",
    "cjs/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "gulp"
  },
  "devDependencies": {
    "@babel/cli": "^7.15.7",
    "@babel/core": "^7.15.5",
    "@babel/plugin-transform-modules-commonjs": "^7.15.4",
    "del": "^5.1.0",
    "gulp": "^4.0.2",
    "gulp-babel": "^8.0.0"
  }
}
