{
  "name": "react-native-material-icons",
  "version": "1.0.3",
  "description": "Material Icons in SVG format for use in react-native",
  "main": "lib/commonjs/index.js",
  "scripts": {
    "update": "ts-node cmd/svg-update.ts",
    "extract": "ts-node cmd/svg-extract.ts",
    "prepare": "bob build"
  },
  
  "author": "Jason Rowland",
  "license": "MIT",
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-svg": "*"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.179",
    "@types/node": "^17.0.21",
    "@types/react": "^17.0.39",
    "@types/react-native": "^0.67.2",
    "es6-promise-pool": "^2.5.0",
    "lodash": "^4.17.21",
    "react": "^17.0.2",
    "react-native": "^0.67.3",
    "react-native-builder-bob": "^0.18.2",
    "react-native-svg": "^12.3.0",
    "ts-node": "^10.7.0",
    "typescript": "^4.6.2",
    "xml-formatter": "^2.6.1"
  },
  "react-native": "icons/index.ts",
  "module": "lib/module/index.js",
  "types": "lib/typescript/icons/index.d.ts",
  "files": [
    "icons",
    "lib",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "react-native-builder-bob": {
    "source": "icons",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ]
}
