forked from stormxio/stormx-token
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.51 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
{
"name": "stormx-token",
"version": "0.0.1",
"description": "stormx-token",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"coveralls-collect": "export RUNNING_COVERAGE=True && cat coverage/lcov.info | ./node_modules/.bin/coveralls",
"ganache": "ganache-cli -l 0xffffffffffff --port 8545 --deterministic --accounts 10 -e 1000000 -k istanbul -m 'curtain anchor bamboo hurt drink disagree gaze electric solar present rain joy'",
"test": "npx truffle build && npx truffle test",
"test-cov": "export RUNNING_COVERAGE=True && truffle run coverage --network=development",
"lint": "./node_modules/.bin/eslint ./test && ./node_modules/.bin/solhint contracts/*.sol",
"lint-fix": "./node_modules/.bin/eslint --fix ./test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/quantstamp/stormx-token.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/quantstamp/stormx-token/issues"
},
"homepage": "https://github.com/quantstamp/stormx-token#readme",
"dependencies": {
"@openzeppelin/contracts": "4.9.6",
"@openzeppelin/gsn-helpers": "0.2.3",
"@openzeppelin/gsn-provider": "0.1.9",
"coveralls": "3.0.0",
"eslint": "5.6.1",
"ganache-cli": "6.8.0-istanbul.0",
"solidity-bytes-utils": "0.0.7",
"solidity-coverage": "0.7.0",
"truffle-hdwallet-provider": "1.0.17",
"truffle": "5.9.0",
"web3": "1.7.3",
"web3-utils": "4.2.1"
},
"devDependencies": {
"solhint": "1.4.0"
}
}