-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.18 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
{
"name": "bistroo-reward-contract",
"version": "1.0.0",
"description": "Bistroo reward contract.",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"migrate-ganache": ".scripts/migrate-ganache.sh",
"migrate-rinkeby": ".scripts/blokko/migrate-rinkeby.sh",
"migrate-rinkeby-update": ".scripts/blokko/migrate-rinkeby-update.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bistroo/reward-contract.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bistroo/reward-contract/issues"
},
"homepage": "https://github.com/bistroo/reward-contract/#readme",
"dependencies": {
"@openzeppelin/contracts": "^2.5.0",
"@openzeppelin/test-helpers": "^0.5.6",
"@truffle/debug-utils": "^4.1.6",
"@truffle/hdwallet-provider": "^1.0.40",
"babel-cli": "^6.26.0",
"babel-preset-react-app": "^3.1.2",
"eth-json-rpc-filters": "^4.1.1",
"eth-rpc-errors": "^2.1.1",
"truffle-assertions": "^0.9.2"
},
"devDependencies": {
"chai": "^4.2.0",
"truffle-plugin-verify": "^0.5.2"
}
}