-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 974 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
38
{
"name": "janken-solidity",
"version": "1.0.0",
"description": "",
"main": "",
"directories": {
"test": "test"
},
"scripts": {
"test": "./test.sh",
"coverage": "npx solidity-coverage && cat coverage/lcov.info | npx coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flada-auxv/janken-solidity.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/flada-auxv/janken-solidity/issues"
},
"homepage": "https://github.com/flada-auxv/janken-solidity#readme",
"dependencies": {
"openzeppelin-solidity": "^2.3.0"
},
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.4",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3",
"ganache-cli": "^6.4.3",
"openzeppelin-test-helpers": "^0.4.0",
"solidity-coverage": "^0.5.11",
"truffle": "^5.0.19",
"truffle-assertions": "^0.9.0"
}
}