-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
35 lines (35 loc) · 1.01 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
{
"name": "@galtproject/continuous-token",
"version": "1.0.0",
"description": "Continuous Token Implementation",
"directories": {
"test": "test"
},
"devDependencies": {
"@galtproject/eslint-config-galt": "^1.1.0",
"@galtproject/solidity-test-chest": "https://github.com/galtproject/solidity-test-chest",
"cli-table": "^0.3.1",
"ethlint": "1.2.5",
"ganache-core": "2.8.0",
"lodash": "^4.17.15",
"@openzeppelin/contracts": "2.3.0",
"solidity-coverage": "^0.6.7",
"truffle": "5.0.42",
"web3": "1.2.1"
},
"engines": {
"node": "^10.15.3"
},
"repository": "https://github.com/galtproject/continuous-token",
"scripts": {
"test": "truffle test --network test",
"report": "truffle exec report/report.js --network test",
"compile": "truffle compile",
"deploy": "truffle migrate --network local",
"coverage": "SOLIDITY_COVERAGE=yes solidity-coverage",
"eslint": "eslint .",
"ethlint": "solium --dir ."
},
"author": "",
"license": "MIT"
}