-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
43 lines (43 loc) · 1.16 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
{
"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",
"@openzeppelin/test-helpers": "^0.5.15",
"solhint": "^1.5.0",
"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"
}