-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 802 Bytes
/
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
{
"name": "simplesupplychain-builder-waffle",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PiotrMisiurek/simpleSupplyChain-builder-waffle.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PiotrMisiurek/simpleSupplyChain-builder-waffle/issues"
},
"homepage": "https://github.com/PiotrMisiurek/simpleSupplyChain-builder-waffle#readme",
"devDependencies": {
"@nomiclabs/buidler": "^1.3.4",
"@nomiclabs/buidler-ethers": "^1.3.3",
"@nomiclabs/buidler-waffle": "^1.3.3",
"chai": "^4.2.0",
"ethereum-waffle": "^2.5.1",
"ethers": "^4.0.47",
"husky": "^4.2.5"
}
}