UNPKG

@smoovy/tween

Version:
32 lines 758 B
{ "name": "@smoovy/tween", "version": "1.1.28", "description": "simple and easy-to-use tween lib", "main": "./index.js", "homepage": "https://github.com/davideperozzi/smoovy", "repository": "https://github.com/davideperozzi/smoovy", "publishConfig": { "directory": "./dist", "access": "public" }, "scripts": { "build": "yarn run -T ts-node --esm ../../scripts/build.ts", "lint": "eslint ./src", "dev": "vite --config ./vite.demo.ts", "test": "vitest", "coverage": "vitest run --coverage" }, "keywords": [ "tween", "smoovy", "ticker" ], "author": "Davide Perozzi", "license": "MIT", "dependencies": { "@smoovy/ticker": "^1.0.2" }, "devDependencies": { "vitest": "^0.25.3" } }