-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 794 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 794 Bytes
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
{
"name": "drizzle-box",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"compile-contracts-from-docker": "truffle compile --network dockerGanache",
"deploy-contracts-from-docker": "truffle migrate --network dockerGanache",
"test": "truffle test"
},
"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": {
"@openzeppelin/contracts": "^2.4.0",
"truffle": "^5.1.10",
"@truffle/hdwallet-provider": "^1.0.29"
}
}