-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.05 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
{
"name": "dse-contracts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Janmajayamall/dse-contracts.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Janmajayamall/dse-contracts/issues"
},
"homepage": "https://github.com/Janmajayamall/dse-contracts#readme",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.35",
"chai": "^4.3.6",
"ethers": "^5.6.7",
"hardhat": "^2.9.6",
"hardhat-gas-reporter": "^1.0.8",
"minimist": "^1.2.6",
"ts-node": "^10.8.0",
"typescript": "^4.6.4"
},
"dependencies": {
"@eth-optimism/sdk": "^1.1.5",
"@thehubbleproject/bls": "^0.5.1",
"i": "^0.3.7",
"mcl-wasm": "^1.0.2",
"npm": "^8.10.0"
}
}