-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 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
47
{
"name": "synergy-loyalty-app",
"version": "0.0.1",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"engines": {
"node": "10.16.3",
"npm": "6.11.3",
"npx": "6.11.3"
},
"scripts": {
"test": "ci/run.sh",
"testnet": "npx ganache-cli -m 'decide favorite fiber music remain fold valid wash merge mechanic health spray'",
"lint": "npx solhint contracts/**/*.sol"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/synaphea/contracts.git"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/synaphea/contracts#readme",
"devDependencies": {
"ganache-cli": "6.10.1",
"solc": "0.7.0",
"solhint": "^2.2.0",
"solium": "^1.2.5",
"truffle": "5.0.37"
},
"dependencies": {
"@openzeppelin/contracts": "^2.4.0",
"braces": ">=2.3.1",
"elliptic": ">=6.5.3",
"eth-gas-reporter": "0.2.11",
"eth-sig-util": "1.4.2",
"lodash": ">=4.17.19",
"mem": "6.1.1",
"minimist": "1.2.5",
"truffle-hdwallet-provider": "1.0.17",
"web3-eth": "1.2.11",
"winston": "3.3.3",
"zeppelin-solidity": "1.12.0"
}
}