41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"name": "motion-dom",
|
|
"version": "12.18.1",
|
|
"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.18.1"
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -rf types dist lib",
|
|
"build": "yarn clean && tsc -p . && rollup -c && node ./scripts/check-bundle.js",
|
|
"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",
|
|
"measure": "rollup -c ./rollup.size.config.mjs"
|
|
},
|
|
"bundlesize": [
|
|
{
|
|
"path": "./dist/size-rollup-style-effect.js",
|
|
"maxSize": "2.9 kB"
|
|
},
|
|
{
|
|
"path": "./dist/size-rollup-motion-value.js",
|
|
"maxSize": "1.8 kB"
|
|
}
|
|
],
|
|
"gitHead": "f3102d56a0a1a84aab20563f97e7976b6c8612df"
|
|
}
|