{
  "name": "react-native-reanimated-hooks",
  "version": "4.0.0",
  "description": "react hooks for react-native-reanimated",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "react-native": "lib/module/index.js",
  "types": "lib/typescript/index.d.ts",
  "files": [
    "lib/",
    "src/"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ken0x0a/react-native-reanimated-hooks.git"
  },
  "homepage": "https://github.com/ken0x0a/react-native-reanimated-hooks#readme",
  "author": "ken0x0a+117117@gmail.com",
  "license": "MIT",
  "prettier": "@ken0x0a/prettier-config",
  "scripts": {
    "lint": "eslint --ext .ts,.tsx --report-unused-disable-directives . --cache",
    "type-check": "tsc --noEmit",
    "test": "yarn run type-check && yarn run lint",
    "prepare": "bob build",
    "tsw": "tsc --noEmit --watch"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-reanimated": ">2.0.0"
  },
  "devDependencies": {
    "@ken0x0a/configs": "^2.8.5",
    "@ken0x0a/eslint-config-react-deps": "^6.3.2",
    "@react-native-community/bob": "0.17.1",
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/git": "10.0.1",
    "@types/react": "18.2.13",
    "eslint": "^8.43.0",
    "react": "18.2.0",
    "react-native-reanimated": "^3.3.0",
    "semantic-release": "19.0.5",
    "tslib": "2.5.3",
    "typescript": "5.1.3"
  },
  "@react-native-community/bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  }
}
