-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "berrycore",
"version": "1.0.0",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"dotenv": "2.0.0",
"eslint": "^6.4.0",
"eth-gas-reporter": "^0.2.17",
"ethlint": "^1.2.5",
"prettier": "^1.18.2",
"prettier-plugin-solidity": "^1.0.0-alpha.34",
"solc": "^0.5.11",
"solium": "^1.2.5",
"truffle-flattener": "^1.3.0",
"truffle-plugin-verify": "^0.5.4"
},
"dependencies": {
"@truffle/hdwallet-provider": "^1.0.38-next.0",
"contract": "^0.1.2",
"eth-json-rpc-filters": "^4.1.1",
"ethereumjs-tx": "^2.1.1",
"ganache-cli": "^6.5.1",
"node-fetch-polyfill": "^2.0.6",
"truffle": "^5.0.34",
"web3": "^1.0.0-beta.36"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/berrydata/BerryCore/issues"
},
"author": "Berry",
"license": "MIT",
"homepage": "https://github.com/berrydata/BerryCore"
}