22 lines
722 B
JSON
22 lines
722 B
JSON
{
|
|
"name": "motion-utils",
|
|
"version": "11.13.0",
|
|
"main": "./lib/index.js",
|
|
"types": "./types/index.d.ts",
|
|
"module": "./lib/index.js",
|
|
"exports": {
|
|
".": {
|
|
"types": "./types/index.d.ts",
|
|
"require": "./dist/cjs/index.js",
|
|
"import": "./dist/es/index.mjs",
|
|
"default": "./lib/index.js"
|
|
}
|
|
},
|
|
"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\""
|
|
},
|
|
"gitHead": "c6ea900aecfec3e946a0f33db4672e0194f3048b"
|
|
}
|