UNPKG

repond-movers

Version:
40 lines (39 loc) 734 B
{ "name": "repond-movers", "version": "1.0.1", "description": "movers for repond", "_main": "src/index.ts", "_types": "src/index.ts", "main": "dist/index.js", "types": "src/index.ts", "files": [ "dist", "src" ], "scripts": { "build": "npx tsc" }, "repository": { "type": "git", "url": "git+https://github.com/HugoMcPhee/repond-movers.git" }, "keywords": [ "repond", "animation", "animate", "spring", "motion" ], "author": "Hugo McPhee", "license": "MIT", "devDependencies": { "@types/react": "^17.0.28", "chootils": "^0.3.9", "react": "^17.0.2", "typescript": "^5.1.6", "repond": "^1.2.0" }, "prettier": { "printWidth": 120 } }