-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.22 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.22 KB
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": "etherless-smart",
"version": "2.0.0",
"description": "Module that handles etherless-cli <-> etherless-server communication (and payment of this work)",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rounadbout/etherless-smart.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Rounadbout/etherless-smart/issues"
},
"homepage": "https://github.com/Rounadbout/etherless-smart#readme",
"dependencies": {
"@openzeppelin/contracts-ethereum-package": "^3.0.0",
"@truffle/hdwallet-provider": "^1.0.34",
"dotenv": "^8.2.0",
"ethers": "^4.0.47",
"ganache": "^6.4.4",
"ganache-cli": "^6.9.1",
"minimist": "^1.2.5",
"solc": "^0.6.8",
"truffle": "^5.1.27",
"truffle-hdwallet-provider": "^1.0.17",
"websocket-extensions": "^0.1.4"
},
"devDependencies": {
"@openzeppelin/cli": "^2.8.2",
"@openzeppelin/contracts": "^3.0.1",
"@openzeppelin/test-helpers": "^0.5.6",
"@openzeppelin/upgrades": "^2.8.0",
"solidity-coverage": "^0.7.5"
}
}