{
  "name": "@vant-react-native/icons",
  "version": "0.4.0",
  "description": "vant icons for react-native",
  "keywords": [
    "vant",
    "react-native",
    "vant-react-native",
    "icon"
  ],
  "files": [
    "lib"
  ],
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1",
    "dev": "onchange -i 'iconfont.json' -- yarn build",
    "prebuild": "rimraf lib",
    "build": "iconfont-rn",
    "prepublishOnly": "yarn build"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/youngjuning/vant-react-native.git",
    "directory": "packages/icons"
  },
  "author": {
    "name": "洛竹",
    "email": "youngjuning@aliyun.com",
    "url": "https://youngjuning.js.org"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/youngjuning/vant-react-native/issues"
  },
  "homepage": "https://github.com/youngjuning/vant-react-native/tree/main/packages/icons#readme",
  "devDependencies": {
    "onchange": "^7.1.0",
    "react-native-iconfont-cli": "^2.2.3",
    "react-native-svg": "^12.1.1"
  },
  "peerDependencies": {
    "react-native-svg": "^12.1.1"
  },
  "gitHead": "3e3e20c729753b186556f4684d65de707aa39fb2"
}
