forked from datachainlab/solidity-protobuf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.47 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
42
43
44
45
46
{
"name": "solidity-protobuf",
"version": "1.0.0",
"description": "Solidity Protobuf Parser",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"dependencies": {
"openzeppelin-solidity": "^2.1.3"
},
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.1",
"eslint": "^4.19.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-mocha-no-only": "^1.1.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"ethereumjs-util": "^6.0.0",
"ganache-cli": "^6.4.1",
"ganache-cli-coverage": "https://github.com/frangio/ganache-cli/releases/download/v6.4.1-coverage/ganache-cli-coverage-6.4.1.tgz",
"openzeppelin-docsite": "github:OpenZeppelin/openzeppelin-docsite",
"@openzeppelin/test-helpers": "^0.5.15",
"solhint": "^1.5.0",
"solidity-coverage": "github:rotcivegaf/solidity-coverage#5875f5b7bc74d447f3312c9c0e9fc7814b482477",
"solidity-docgen": "^0.2.0-alpha.0",
"truffle": "^5.4.22",
"google-protobuf": "^3.3.0"
},
"scripts": {
"test": "truffle test --development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nutsfoundation/nuts-platform.git"
},
"author": "Shengda Ding",
"license": "ISC",
"bugs": {
"url": "https://github.com/nutsfinance/solidity-protobuf/issues"
},
"homepage": "https://github.com/nutsfinance/solidity-protobuf#readme"
}