-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 799 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 799 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
{
"name": "@mybit/network-chain",
"version": "0.1.29",
"description": "MyBit Network local blockchain",
"main": "index.js",
"bin": {
"mybit-network": "./chain.js"
},
"scripts": {
"start": "node chain.js",
"test": "echo \"Error: no test specified\" && exit 0",
"publish": "echo \"Run: npm version patch && npm publish --access=public\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MyBitFoundation/MyBit-Chain.tech.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MyBitFoundation/MyBit-Chain.tech/issues"
},
"homepage": "https://github.com/MyBitFoundation/MyBit-Chain.tech#readme",
"dependencies": {
"child_process": "^1.0.2",
"ganache-cli": "6.1.8"
}
}