forked from usecannon/cannon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.42 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@usecannon/builder",
"version": "2.8.1",
"description": "Assembles cannonfile.toml manifests into cannon packages.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"scripts": {
"test": "jest",
"build": "tsc -p tsconfig.build.json && rollup -c",
"watch": "tsc -p tsconfig.build.json -w",
"prepublishOnly": "npm run build",
"docgen": "typedoc"
},
"keywords": [
"cannon"
],
"author": "Cannon",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"@types/debug": "^4.1.7",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.14.183",
"@types/pako": "^2.0.0",
"jest": "^29.5.0",
"rollup": "^3.19.1",
"ts-jest": "^29.0.5",
"typedoc": "^0.24.8",
"typedoc-plugin-zod": "^1.0.2"
},
"peerDependencies": {
"ethers": ">=5.6.0 < 6.0.0"
},
"dependencies": {
"@synthetixio/router": "^3.3.0",
"axios": "^1.2.2",
"buffer": "^6.0.3",
"debug": "^4.3.4",
"form-data": "^4.0.0",
"lodash": "^4.17.21",
"pako": "^2.1.0",
"promise-events": "^0.2.4",
"typedoc-plugin-markdown": "^3.15.4",
"zod": "^3.21.4"
},
"engines": {
"node": ">=16.0.0"
},
"engineStrict": true,
"gitHead": "554c8a0ccea8e37097e12075b1984eb980a944ed"
}