forked from usecannon/cannon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.58 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
59
60
61
62
63
64
65
{
"name": "@usecannon/cli",
"version": "2.8.1",
"description": "Utility for instantly loading cannon packages in standalone contexts",
"main": "dist/src/index.js",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"prepublishOnly": "npm run build",
"test": "jest",
"start": "node dist/bin/cannon.js",
"docgen": "typedoc"
},
"keywords": [
"cannon",
"hardhat",
"foundry",
"ethereum",
"solidity",
"devops"
],
"author": "Cannon",
"license": "MIT",
"devDependencies": {
"@types/adm-zip": "^0.5.0",
"@types/big.js": "^6.1.4",
"@types/debug": "^4.1.7",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^29.5.2",
"@types/lodash": "^4.14.182",
"@types/prompts": "^2.0.14",
"@types/semver": "^7.3.12",
"@types/sinon": "^10.0.15",
"axios": "^1.3.3",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typedoc": "^0.24.8",
"typedoc-plugin-markdown": "^3.15.4",
"typedoc-plugin-zod": "^1.0.2",
"typescript": "^4.8.2"
},
"bin": {
"cannon": "dist/bin/cannon.js"
},
"dependencies": {
"@iarna/toml": "^3.0.0",
"@synthetixio/wei": "^2.74.1",
"@usecannon/builder": "^2.8.1",
"chalk": "^4.1.2",
"commander": "^9.5.0",
"debug": "^4.3.4",
"eth-provider": "^0.13.6",
"ethers": "^5.7.1",
"fastq": "^1.15.0",
"fs-extra": "^10.1.0",
"lodash": "^4.17.21",
"prompts": "^2.4.2",
"semver": "^7.3.7",
"table": "^6.8.0",
"tildify": "2.0.0",
"untildify": "^4.0.0"
},
"gitHead": "554c8a0ccea8e37097e12075b1984eb980a944ed"
}