{
  "name": "@pingtou/rn-vant-icons",
  "version": "1.0.0",
  "description": "rn-vant icons for react-native",
  "keywords": [
    "react-native",
    "rn-vant",
    "icon"
  ],
  "author": "bijinfeng <bijinfeng@bytedance.com>",
  "license": "MIT",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib",
    "src"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "generate": "npx iconfont-rn",
    "build": "bob build"
  },
  "devDependencies": {
    "react-native-builder-bob": "^0.18.2",
    "react-native-iconfont-cli": "^2.2.3",
    "react-native-svg": "^12.4.4",
    "typescript": "^4.4.3"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-svg": "*"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  }
}
