{ "name": "@motionone/generators", "version": "10.16.4", "description": "A collection of animation generators.", "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/types": "^10.16.3", "@motionone/utils": "^10.16.3", "tslib": "^2.3.1" }, "bundlesize": [ { "path": "./dist/size-glide.js", "maxSize": "0.9 kB" }, { "path": "./dist/size-spring.js", "maxSize": "0.5 kB" } ], "gitHead": "1b73773be02af31fedb8ac4b5d391650d06f4094" }