UNPKG

521 BJSONView Raw
1{
2 "name": "@crossani/spring",
3 "version": "1.1.0",
4 "description": "A silky smooth spring animation library",
5 "main": "dist/cjs.js",
6 "module": "dist/index.js",
7 "types": "dist/index.d.ts",
8 "author": "Cain Atkinson",
9 "license": "MIT",
10 "devDependencies": {
11 "esbuild": "^0.14.43",
12 "typescript": "^4.7.3",
13 "crossani": "^1.3.3"
14 },
15 "peerDependencies": {
16 "crossani": "^1.3.3"
17 },
18 "scripts": {
19 "prepublish": "tsc && esbuild src/index.ts --format=cjs --bundle --outfile=dist/cjs.js"
20 }
21}
\No newline at end of file