forked from usecannon/cannon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.88 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
66
67
68
{
"name": "hardhat-cannon",
"version": "2.8.1",
"description": "Agnostic chain construction. Select the protocols and configuration you need to quickly and easily verify your project",
"repository": "github:usecannon/cannon",
"author": "Synthetix",
"license": "MIT",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"keywords": [
"ethereum",
"smart-contracts",
"hardhat",
"hardhat-plugin"
],
"scripts": {
"lint:fix": "prettier --write 'src/**/*.{js,ts}' 'test/**/*.{js,ts}' && tslint --fix --config tslint.json --project tsconfig.json",
"lint": "tslint --config tslint.json --project tsconfig.json",
"build": "tsc",
"watch": "tsc -w",
"prepublishOnly": "npm run build"
},
"files": [
"dist/src/",
"src/",
"LICENSE",
"README.md",
"types.ts"
],
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@types/adm-zip": "^0.5.0",
"@types/archiver": "^5.3.1",
"@types/debug": "^4.1.7",
"@types/fs-extra": "^9.0.13",
"@types/lodash": "^4.14.179",
"@types/mocha": "^10.0.1",
"@types/node": "^16.0.0",
"@types/prompts": "^2.0.14",
"@types/yazl": "^2.4.2",
"bn.js": "^5.2.0",
"hardhat": "^2.13.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.2"
},
"peerDependencies": {
"@nomiclabs/hardhat-ethers": ">=2.0.0",
"@nomiclabs/hardhat-etherscan": ">=3.0.0",
"hardhat": ">=2.0.0"
},
"dependencies": {
"@iarna/toml": "^3.0.0",
"@usecannon/builder": "^2.8.1",
"@usecannon/cli": "^2.8.1",
"adm-zip": "^0.5.9",
"chalk": "^4.1.2",
"debug": "^4.3.3",
"ethereumjs-util": "^7.1.4",
"ethers": "^5.7.1",
"fs-extra": "^10.0.1",
"ipfs-http-client": "56.0.3",
"lodash": "^4.17.21",
"merkle-patricia-tree": "^4.2.3",
"prompts": "^2.4.2",
"table": "^6.8.0"
},
"gitHead": "554c8a0ccea8e37097e12075b1984eb980a944ed"
}