This repository has been archived by the owner on Jul 13, 2022. It is now read-only.
generated from NomicFoundation/hardhat-ts-plugin-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.98 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
69
70
71
{
"name": "hardhat-cannon",
"version": "1.0.0",
"description": "Agnostic chain construction. Select the protocols and configuration you need to quickly and easily verify your project",
"repository": "github:Synthetixio/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",
"test": "mocha --exit --recursive 'test/**/*.test.ts'",
"build": "tsc",
"watch": "tsc -w",
"prepublishOnly": "npm run build"
},
"files": [
"dist/src/",
"src/",
"LICENSE",
"README.md",
"types.ts"
],
"devDependencies": {
"@nomiclabs/hardhat-ethers": "2.0.5",
"@types/chai": "^4.3.0",
"@types/debug": "^4.1.7",
"@types/fs-extra": "^9.0.13",
"@types/lodash": "^4.14.179",
"@types/mocha": "^9.1.0",
"@types/node": "^16.0.0",
"@types/prompts": "^2.0.14",
"bn.js": "^5.2.0",
"hardhat": "^2.9.1",
"mocha": "^9.2.1",
"ts-node": "^10.6.0",
"typescript": "^4.6.2"
},
"peerDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"hardhat": "^2.0.0"
},
"dependencies": {
"@iarna/toml": "^3.0.0",
"@types/adm-zip": "^0.5.0",
"@types/archiver": "^5.3.1",
"@types/yazl": "^2.4.2",
"@usecannon/builder": "^1.0.0",
"adm-zip": "^0.5.9",
"ajv": "^8.10.0",
"debug": "^4.3.3",
"ethereumjs-util": "^7.1.4",
"ethers": "^5.6.0",
"fs-extra": "^10.0.1",
"ipfs-http-client": "56.0.1",
"ipfs-utils": "9.0.2",
"lodash": "^4.17.21",
"merkle-patricia-tree": "^4.2.3",
"prompts": "^2.4.2",
"table": "^6.8.0"
},
"gitHead": "729281b410bc26420c9d0217a5b7b1d5e80f58fa"
}