{
  "name": "use-locomotive",
  "version": "0.1.91",
  "description": "Use Locomotive",
  "scripts": {
    "build": "rimraf dist && tsc && rollup -c",
    "dev": "rimraf dist && tsc && rollup -c -w"
  },
  "keywords": [
    "locomotive",
    "react"
  ],
  "author": "Roman Marchenko",
  "license": "MIT",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "files": [
    "dist"
  ],
  "types": "dist/index.d.ts",
  "homepage": "https://github.com/roman-march/use-locomotive",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/roman-march/use-locomotive.git"
  },
  "bugs": {
    "url": "https://github.com/roman-march/use-locomotive/issues"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^22.0.1",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@rollup/plugin-typescript": "^8.3.3",
    "@types/locomotive-scroll": "^4.1.0",
    "@types/react": "^18.0.14",
    "@types/react-transition-group": "^4.4.5",
    "prettier": "^2.7.1",
    "rimraf": "^3.0.2",
    "rollup": "^2.75.7",
    "rollup-plugin-dts": "^4.2.2",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-terser": "^7.0.2",
    "tslib": "^2.4.0",
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "locomotive-scroll": "^4.1.4"
  },
  "peerDependencies": {
    "react": ">=16.8",
    "react-dom": ">=16.8"
  }
}
