-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.1 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.1 KB
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
{
"name": "drizzle-box",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"blockchain": "ganache-cli --port 8545 --mnemonic \"own install ladder notice repair mother wing shine allow mimic lazy bike\"",
"clean": "rm -rf app/src/contracts",
"compile": "truffle compile",
"migrate": "truffle migrate",
"rebuild": "npm run clean && npm run migrate",
"reset": "truffle migrate --reset",
"test": "truffle test",
"setup": "npm install && cd app && npm install",
"start": "cd app && npm run start"
},
"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": {
"ganache-cli": "^6.4.1",
"openzeppelin-solidity": "git://github.com/OpenZeppelin/openzeppelin-solidity.git#master",
"truffle": "^5.0.7"
},
"devDependencies": {}
}