-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 965 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
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@jwalab/minilab",
"version": "0.0.19",
"description": "Minilab is a mini development environment for the JWA Platform",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": "index.js",
"files": [
"index.js",
"src",
"docker-compose.yaml"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jwa-lab/minilab.git"
},
"keywords": [
"JWA",
"Platform",
"development",
"environment",
"NATS",
"tezos"
],
"author": {
"name": "JWA Lab",
"url": "https://github.com/jwa-lab"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jwa-lab/minilab/issues"
},
"homepage": "https://github.com/jwa-lab/minilab#readme",
"dependencies": {
"chalk": "^4.1.0",
"clear": "^0.1.0",
"commander": "^7.0.0",
"docker-compose": "^0.23.6",
"figlet": "^1.5.0",
"gradient-string": "^1.2.0"
}
}