{ "name": "@motionone/animation", "version": "10.16.3", "description": "A semi-polyfill WAAPI animation.", "license": "MIT", "author": "Matt Perry", "main": "dist/index.cjs.js", "module": "dist/index.es.js", "types": "types/index.d.ts", "sideEffects": false, "scripts": { "build": "rimraf lib dist types && tsc -p . && rollup -c", "test": "jest --coverage --config jest.config.js", "dev": "concurrently -c blue,red -n tsc,rollup --kill-others \"tsc --watch -p . --preserveWatchOutput\" \"rollup --c --watch --no-watch.clearScreen\"", "measure": "bundlesize" }, "dependencies": { "@motionone/easing": "^10.16.3", "@motionone/types": "^10.16.3", "@motionone/utils": "^10.16.3", "tslib": "^2.3.1" }, "bundlesize": [ { "path": "./dist/size-index.js", "maxSize": "1.6 kB" } ], "gitHead": "f4721014f749ce528145c09386af8584eced4e2a" }