{
  "name": "reason-expo-vector-icons",
  "version": "36.0.0",
  "description": "Bucklescript bindings for @expo/vector-icons, the standard way to use icons with Expo.",
  "scripts": {
    "build": "bsb -make-world",
    "start": "bsb -make-world -w",
    "clean": "bsb -clean-world",
    "install::dev": "yarn && install-self-peers -- --ignore-scripts",
    "pub": "npx np --yolo"
  },
  "keywords": [
    "BuckleScript",
    "Expo",
    "React Native",
    "React"
  ],
  "author": "Lewis Chung<@_lewisf>",
  "repository": "https://github.com/lewisf/reason-expo-vector-icons",
  "homepage": "https://github.com/lewisf/reason-expo-vector-icons",
  "bugs": "https://github.com/lewisf/reason-expo-vector-icons",
  "license": "MIT",
  "devDependencies": {
    "@team-griffin/install-self-peers": "^1.1.1",
    "bs-platform": "^4.0.14",
    "common-tags": "^1.8.0",
    "isomorphic-fetch": "^2.2.1",
    "lodash.camelcase": "^4.3.0",
    "lodash.capitalize": "^4.2.1"
  },
  "dependencies": {
    "@expo/vector-icons": "^10.0.6"
  },
  "peerDependencies": {
    "bs-react-native": "^0.10.0",
    "expo": "^31.0.6",
    "reason-react": "^0.5.3"
  }
}
