-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 929 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 929 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
42
43
{
"name": "koa-ts-cli",
"version": "1.0.3",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"koats": "./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SimpleCodeCX/koa-ts-cli.git"
},
"keywords": [
"koa-ts",
"koa",
"ts",
"koats"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.6.0",
"@typescript-eslint/parser": "^2.6.0",
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2"
},
"dependencies": {
"axios": "^0.19.0",
"commander": "^4.0.0",
"consolidate": "^0.15.1",
"download-git-repo": "^3.0.2",
"ejs": "^2.7.1",
"inquirer": "^7.0.0",
"metalsmith": "^2.3.0",
"ncp": "^2.0.0",
"ora": "^3.4.0",
"shelljs": "^0.8.3"
}
}