-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 879 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 879 Bytes
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
{
"name": "bounty-system",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:leapdao/bounty-system.git",
"author": "Kosta Korenkov <kosta@korenkov.net>",
"license": "MIT",
"scripts": {
"b": "buidler",
"run-node": "buidler node",
"test": "buidler test --network localhost"
},
"devDependencies": {
"@nomiclabs/buidler": "^1.4.3",
"@nomiclabs/buidler-ethers": "^2.0.0",
"@nomiclabs/buidler-solhint": "^1.3.3",
"@nomiclabs/buidler-waffle": "^2.0.0",
"@types/chai": "^4.2.12",
"@types/mocha": "^8.0.1",
"@types/node": "^14.0.27",
"@types/node-fetch": "^2.5.7",
"buidler-gas-reporter": "^0.1.3",
"chai": "^4.2.0",
"ethereum-waffle": "^3.0.0",
"ethers": "^5.0.0",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
},
"dependencies": {
"@openzeppelin/contracts": "^3.1.0"
}
}