{
  "name": "framer-motion-hooks",
  "version": "1.0.10",
  "description": "Fill the hook gap in Framer Motion",
  "author": "Matthias Halfmann",
  "repository": "matthiaaas/framer-motion-hooks",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rollup -c",
    "start": "rollup -c -w"
  },
  "keywords": [
    "react",
    "hook",
    "framer",
    "motion",
    "framer-motion",
    "in-view",
    "viewport",
    "scroll",
    "state",
    "typescript"
  ],
  "license": "MIT",
  "peerDependencies": {
    "framer-motion": "^4.1.2",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "react-intersection-observer": "^8.31.0"
  },
  "devDependencies": {
    "@types/react": "^17.0.1",
    "@types/react-dom": "^17.0.0",
    "babel-core": "^6.26.3",
    "babel-runtime": "^6.26.0",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "rollup": "^2.38.5",
    "rollup-plugin-typescript2": "^0.29.0",
    "typescript": "^4.1.3"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "framer-motion": "^4.1.2",
    "react-intersection-observer": "^8.31.0"
  }
}
