forked from m0ngr31/lexigram-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (36 loc) · 876 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
{
"name": "lexigram-cli",
"version": "1.1.2",
"description": "CLI for getting Kanzi and Koko skills for Kodi working as fast as possible",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"lexigram": "dist/index.js"
},
"author": "Joe Ipson <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/m0ngr31/lexigram-cli"
},
"dependencies": {
"archiver-promise": "^1.0.0",
"ask-cli": "1.1.2",
"axios": "^0.18.0",
"caporal": "^0.9.0",
"exec-sh": "^0.2.1",
"execa": "^0.10.0",
"fs-extra": "^5.0.0",
"listr": "^0.13.0",
"lodash": "^4.17.5",
"moment": "^2.22.1",
"promisepipe": "^2.1.2",
"readline-sync": "^1.4.9",
"unzip-stream": "^0.3.0"
},
"devDependencies": {
"@types/node": "^9.6.0"
}
}