-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 904 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 904 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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "@egendata/cli",
"version": "0.3.1",
"description": "A simple CLI for running and developing against the egendata stack",
"keywords": [
"egendata",
"cli",
"development"
],
"author": "Egendata",
"contributors": [
"Johan Öbrink <johan.obrink@gmail.com>"
],
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/egendata/cli.git"
},
"bugs": {
"url": "https://github.com/egendata/cli/issues"
},
"dependencies": {
"camelcase": "6.2.0",
"chalk": "^3.0.0",
"ip": "1.1.5",
"localtunnel": "2.0.1",
"open": "^8.0.5",
"subcommander": "1.0.0"
},
"bin": {
"egendata": "./lib/main.js"
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^8.0.0",
"semantic-release": "^17.2.3"
}
}