{
  "name": "react-native-redash",
  "version": "1.4.0",
  "description": "Utility library for React Native Reanimated",
  "main": "lib/module/index.js",
  "scripts": {
    "lint": "eslint src/**/*",
    "tsc": "tsc --noEmit",
    "test": "npm run lint && npm run",
    "prepare": "bob build",
    "semantic-release": "semantic-release"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wcandillon/redash.git"
  },
  "author": "William Candillon",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wcandillon/redash/issues"
  },
  "homepage": "https://github.com/wcandillon/redash#readme",
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-gesture-handler": "*",
    "react-native-reanimated": "*"
  },
  "devDependencies": {
    "@react-native-community/bob": "^0.4.1",
    "@types/react": "^16.8.15",
    "@types/react-native": "^0.57.51",
    "eslint": "^5.16.0",
    "eslint-config-react-native-wcandillon": "^1.0.6",
    "react": "^16.8.6",
    "react-native": "^0.59.5",
    "react-native-gesture-handler": "^1.2.1",
    "react-native-reanimated": "^1.0.1",
    "semantic-release": "^15.13.3",
    "semantic-release-cli": "^4.1.2"
  },
  "react-native": "src/index.ts",
  "module": "lib/module/index.js",
  "types": "lib/typescript/index.d.ts",
  "files": [
    "src",
    "lib"
  ],
  "@react-native-community/bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "module",
      "typescript"
    ]
  }
}
