{
  "_from": "@react-spring/native@~9.7.3",
  "_id": "@react-spring/native@9.7.3",
  "_inBundle": false,
  "_integrity": "sha512-4mpxX3FuEBCUT6ae2fjhxcJW6bhr2FBwFf274eXB7n+U30Gdg8Wo2qYwcUnmiAA0S3dvP8vLTazx3+CYWFShnA==",
  "_location": "/@react-spring/native",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@react-spring/native@~9.7.3",
    "name": "@react-spring/native",
    "escapedName": "@react-spring%2fnative",
    "scope": "@react-spring",
    "rawSpec": "~9.7.3",
    "saveSpec": null,
    "fetchSpec": "~9.7.3"
  },
  "_requiredBy": [
    "/react-spring"
  ],
  "_resolved": "https://registry.npmjs.org/@react-spring/native/-/native-9.7.3.tgz",
  "_shasum": "ee38d7c23482cfb4916c9b3c021de2995a4f553a",
  "_spec": "@react-spring/native@~9.7.3",
  "_where": "/var/www/justnowapp/node_modules/react-spring",
  "author": {
    "name": "Paul Henschel"
  },
  "bugs": {
    "url": "https://github.com/pmndrs/react-spring/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@react-spring/animated": "~9.7.3",
    "@react-spring/core": "~9.7.3",
    "@react-spring/shared": "~9.7.3",
    "@react-spring/types": "~9.7.3"
  },
  "deprecated": false,
  "description": "[`react-native`](https://github.com/facebook/react-native) support",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/react-spring_native.modern.d.ts",
      "import": "./dist/react-spring_native.modern.mjs",
      "require": "./dist/cjs/index.js"
    }
  },
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE"
  ],
  "homepage": "https://github.com/pmndrs/react-spring#readme",
  "keywords": [
    "animated",
    "animation",
    "hooks",
    "motion",
    "react",
    "react-native",
    "spring",
    "typescript",
    "velocity"
  ],
  "license": "MIT",
  "main": "./dist/cjs/index.js",
  "maintainers": [
    {
      "name": "Josh Ellis",
      "url": "https://github.com/joshuaellis"
    }
  ],
  "module": "./dist/react-spring_native.legacy-esm.js",
  "name": "@react-spring/native",
  "peerDependencies": {
    "react": "^16.8.0  || >=17.0.0 || >=18.0.0",
    "react-native": ">=0.58"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pmndrs/react-spring.git"
  },
  "scripts": {
    "build": "tsup",
    "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
    "dev": "tsup --watch",
    "lint": "TIMING=1 eslint \"src/**/*.ts*\"",
    "pack": "yarn pack"
  },
  "types": "./dist/react-spring_native.modern.d.ts",
  "version": "9.7.3"
}
