| 1234567891011121314151617181920212223242526272829 |
- {
- "name": "motion-dom",
- "version": "12.7.3",
- "author": "Matt Perry",
- "license": "MIT",
- "repository": "https://github.com/motiondivision/motion",
- "main": "./dist/cjs/index.js",
- "types": "./dist/index.d.ts",
- "module": "./dist/es/index.mjs",
- "sideEffects": false,
- "exports": {
- ".": {
- "types": "./dist/index.d.ts",
- "require": "./dist/cjs/index.js",
- "import": "./dist/es/index.mjs",
- "default": "./dist/cjs/index.js"
- }
- },
- "dependencies": {
- "motion-utils": "^12.7.2"
- },
- "scripts": {
- "clean": "rm -rf types dist lib",
- "build": "yarn clean && tsc -p . && rollup -c",
- "dev": "concurrently -c blue,red -n tsc,rollup --kill-others \"tsc --watch -p . --preserveWatchOutput\" \"rollup --config --watch --no-watch.clearScreen\"",
- "test": "jest --config jest.config.json --max-workers=2 motion-value.test"
- },
- "gitHead": "b9f31f14292536d6cedd465f38c4df7d71987eca"
- }
|