{
  "name": "@motify/interactions",
  "private": false,
  "version": "0.17.1",
  "keywords": [
    "react-native",
    "ios",
    "android",
    "web"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/nandorojo/moti.git",
    "directory": "packages/interactions"
  },
  "bugs": {
    "url": "https://github.com/nandorojo/moti/issues"
  },
  "homepage": "https://github.com/nandorojo/moti.git#readme",
  "main": "lib/commonjs/index.js",
  "react-native": "src/index.ts",
  "source": "src/index.ts",
  "module": "lib/module/index.js",
  "types": "lib/typescript/src/index.d.ts",
  "files": [
    "src",
    "lib",
    "!**/__tests__"
  ],
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "prepare": "bob build",
    "clean": "del lib"
  },
  "dependencies": {
    "@motify/components": "^0.17.1",
    "@motify/core": "^0.17.1"
  },
  "devDependencies": {
    "typescript": "^4.0.3"
  },
  "peerDependencies": {
    "react-native-gesture-handler": "*",
    "react-native-reanimated": "*"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "gitHead": "c557c53b926acd4a7101e7daf8396d334076812f"
}
