Initial commit

This commit is contained in:
Ammaar Reshi
2025-01-04 14:06:53 +00:00
parent 7082408604
commit d6025af146
23760 changed files with 3299690 additions and 0 deletions

21
node_modules/motion-utils/package.json generated vendored Normal file
View File

@ -0,0 +1,21 @@
{
"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"
}