{ "name": "@react-spring/rafz", "version": "9.7.5", "description": "react-spring's fork of rafz one frameloop to rule them all", "module": "./dist/react-spring_rafz.legacy-esm.js", "main": "./dist/cjs/index.js", "types": "./dist/react-spring_rafz.modern.d.ts", "exports": { "./package.json": "./package.json", ".": { "types": "./dist/react-spring_rafz.modern.d.ts", "import": "./dist/react-spring_rafz.modern.mjs", "require": "./dist/cjs/index.js" } }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "repository": "pmndrs/react-spring", "homepage": "https://github.com/pmndrs/react-spring/tree/main/packages/rafz#readme", "keywords": [ "animated", "animation", "hooks", "motion", "react", "react-native", "spring", "typescript", "velocity" ], "license": "MIT", "author": "Josh Ellis", "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" } }