{
  "_from": "@studio-freight/react-lenis@^0.0.47",
  "_id": "@studio-freight/react-lenis@0.0.47",
  "_inBundle": false,
  "_integrity": "sha512-h+IAqiyiNo8mRo/CA3/sHCqX2IV0tTLyzZRWsdRaLPtM2aBaRqK0+ISYWTUmktQfcf3qvp4hsn0Oeyt9uXwLTQ==",
  "_location": "/@studio-freight/react-lenis",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@studio-freight/react-lenis@^0.0.47",
    "name": "@studio-freight/react-lenis",
    "escapedName": "@studio-freight%2freact-lenis",
    "scope": "@studio-freight",
    "rawSpec": "^0.0.47",
    "saveSpec": null,
    "fetchSpec": "^0.0.47"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@studio-freight/react-lenis/-/react-lenis-0.0.47.tgz",
  "_shasum": "c83fd5046c36889b8e8306170a5bc7b07fa3a55c",
  "_spec": "@studio-freight/react-lenis@^0.0.47",
  "_where": "/Users/thomastargino/Projects/TEST-CAPPEN",
  "bugs": {
    "url": "https://github.com/darkroomengineering/lenis/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@studio-freight/hamo": "^0.6.28",
    "@studio-freight/lenis": "^1.0.40",
    "@types/react": "^18.0.0",
    "clsx": "^2.0.0",
    "react": "^18.0.0",
    "zustand": "^4.4.7"
  },
  "deprecated": false,
  "description": "![NPM Version](https://img.shields.io/npm/v/%40studio-freight%2Freact-lenis?colorA=000000&colorB=ff98a2)\r ![NPM Downloads](https://img.shields.io/npm/dm/%40studio-freight%2Freact-lenis?colorA=000000&colorB=ff98a2)",
  "exports": {
    "./types": "./dist/types/index.d.ts",
    "./package.json": "./package.json",
    ".": {
      "import": {
        "types": "./dist/types/index.d.ts",
        "default": "./dist/react-lenis.mjs"
      },
      "require": {
        "types": "./dist/types/index.d.ts",
        "default": "./dist/react-lenis.cjs.js"
      }
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/darkroomengineering/lenis#readme",
  "main": "dist/react-lenis.umd.js",
  "module": "dist/react-lenis.mjs",
  "name": "@studio-freight/react-lenis",
  "peerDependencies": {
    "react": "^17 || ^18",
    "react-dom": "^17 || ^18"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/darkroomengineering/lenis.git"
  },
  "scripts": {
    "build": "rollup --bundleConfigAsCjs -c",
    "dev": "npm-run-all --parallel watch playground",
    "git:commit": "git add -A && cross-var git commit -m \"$npm_package_name@$npm_package_version\"",
    "git:push": "git push && git push --tags",
    "git:tag": "cross-var git tag -a $npm_package_name@$npm_package_version -m \"$npm_package_name@$npm_package_version\"",
    "patch:dev": "yarn version --no-git-tag-version --prerelease --preid dev",
    "patch:latest": "yarn version --no-git-tag-version --patch",
    "playground": "npm run dev --prefix ./playground",
    "postversion": "npm-run-all build git:commit git:tag git:push",
    "watch": "rollup --bundleConfigAsCjs -c -w"
  },
  "sideEffects": false,
  "source": "src/index.jsx",
  "types": "dist/types/index.d.ts",
  "unpkg": "dist/react-lenis.umd.js",
  "version": "0.0.47"
}
