-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 923 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
{
"name": "drizzle-box",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "truffle compile && yarn run-with-testrpc --chainId 1337 'truffle test'",
"ganache-with-gsn": "run-with-testrpc --chainId 1337 'gsn start'",
"kovantest": "truffle test --network rinkeby"
},
"repository": {
"type": "git",
"url": "git+https://github.com/truffle-box/drizzle-box.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/truffle-box/drizzle-box/issues"
},
"homepage": "https://github.com/truffle-box/drizzle-box#readme",
"dependencies": {
"@opengsn/cli": "^2.2.5",
"@opengsn/contracts": "^2.2.5",
"@opengsn/provider": "^2.2.5",
"@openzeppelin/contracts": "^4.5.0",
"@truffle/hdwallet-provider": "^2.0.1",
"run-with-testrpc": "^0.3.1"
}
}