{
  "name": "@benjeau/react-native-draw",
  "version": "0.8.3",
  "description": "Cross-platform React Native drawing component",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "lib/typescript/src/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "scripts": {
    "prepare": "bob build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/BenJeau/react-native-draw.git",
    "directory": "packages/react-native-draw"
  },
  "author": "Benoit Jeaurond <benoit@jeaurond.dev> (https://github.com/BenJeau)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/BenJeau/react-native-draw/issues"
  },
  "files": [
    "src",
    "lib"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "homepage": "https://github.com/BenJeau/react-native-draw#readme",
  "keywords": [
    "react-native-component",
    "react-component",
    "react-native",
    "ios",
    "android",
    "draw",
    "svg"
  ],
  "dependencies": {
    "@luncheon/simplify-svg-path": "^0.1.4"
  },
  "devDependencies": {
    "@types/react": "^17.0.1",
    "@types/react-native": "0.64.3",
    "react": "17.0.1",
    "react-native": "0.64.3",
    "react-native-builder-bob": "^0.18.2",
    "react-native-gesture-handler": "^2.1.0",
    "react-native-svg": "^12.1.1",
    "typescript": "^4.5.5"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-gesture-handler": ">=2.0.0",
    "react-native-svg": ">=12.0.0"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  },
  "gitHead": "35dacae8f6063d0394ca5eda3691a0525c9b1100"
}
