{
  "name": "@betterdev/art",
  "version": "1.0.0",
  "license": "MIT",
  "author": "@react-native-community",
  "homepage": "https://github.com/react-native-community/react-native-art",
  "description": "React Native module that allows you to draw vector graphics",
  "main": "./lib/index.js",
  "keywords": [
    "react-native",
    "react native",
    "react-native-art",
    "react-native-community",
    "art"
  ],
  "scripts": {
    "start": "node node_modules/react-native/local-cli/cli.js start",
    "android": "react-native run-android --root example",
    "ios": "react-native run-ios --project-path example/ios --scheme example",
    "flow-check": "flow check",
    "lint": "eslint . --cache",
    "test": "jest"
  },
  "dependencies": {
    "art": "^0.10.3",
    "invariant": "^2.2.4",
    "prop-types": "^15.7.2"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "devDependencies": {
    "@babel/core": "^7.4.5",
    "@babel/runtime": "^7.4.5",
    "@react-native-community/eslint-config": "^0.0.5",
    "eslint": "^5.16.0",
    "flow-bin": "^0.92.0",
    "jest": "^24.8.0",
    "metro-react-native-babel-preset": "^0.54.1",
    "react": "16.8.3",
    "react-native": "0.59.9"
  },
  "directories": {
    "doc": "docs",
    "example": "example",
    "lib": "lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jalantechnologies/art.git"
  },
  "bugs": {
    "url": "https://github.com/jalantechnologies/art/issues"
  }
}
