-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 945 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
29
30
31
32
33
34
35
36
37
{
"scripts": {
"dev": "lite-server -c configs/bs-config.json"
},
"directories": {
"doc": "docs",
"test": "test"
},
"devDependencies": {
"@openzeppelin/truffle-upgrades": "^1.1.1",
"@truffle/hdwallet-provider": "^1.2.0",
"eth-gas-reporter": "^0.2.19",
"lite-server": "^2.6.1",
"scenario-eth-gas-reporter": "0.0.1",
"solidity-coverage": "^0.7.11",
"truffle-hdwallet-provider": "^1.0.17"
},
"dependencies": {
"@openzeppelin/contracts": "^3.2.0",
"bn.js": "^5.1.3",
"truffle": "^5.1.48"
},
"name": "shopkeeper",
"description": "",
"version": "1.0.0",
"main": "truffle-config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/thedarkjester/ShopKeeper.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/thedarkjester/ShopKeeper/issues"
},
"homepage": "https://github.com/thedarkjester/ShopKeeper#readme"
}