This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·59 lines (59 loc) · 1.62 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@vemo/cli",
"version": "0.0.31",
"description": "",
"bin": {
"vemo": "dist/bin/bin.js"
},
"main": "dist/index.js",
"scripts": {
"start": "tsc -p tsconfig.json -w",
"dist": "tsc -p tsconfig.json",
"test": "npm run dist && jest --forceExit --passWithNoTests --detectOpenHandles",
"test:coveralls": "npm run dist && jest --forceExit --passWithNoTests --detectOpenHandles --coverageReporters=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vemoteam/vemo.git"
},
"bugs": {
"url": "https://github.com/vemoteam/vemo/issues"
},
"homepage": "https://github.com/vemoteam/vemo#readme",
"author": "heyli",
"license": "MIT",
"dependencies": {
"@vemo/koa-views": "^6.1.7",
"axios": "^0.18.0",
"chalk": "^2.4.2",
"commander": "^2.20.0",
"fs-extra": "^7.0.1",
"ini": "^1.3.5",
"inquirer": "^6.2.2",
"koa": "^2.7.0",
"koa-joi-router": "^5.3.0",
"koa-static": "^5.0.0",
"node-dev": "^3.1.3",
"socket.io": "^2.2.0",
"table": "^5.2.3",
"tcb-admin-node": "^1.4.6",
"underscore": "^1.9.1"
},
"devDependencies": {
"@types/fs-extra": "^7.0.0",
"@types/koa": "^2.0.48",
"@types/koa-joi-router": "^5.2.2",
"@types/koa-static": "^4.0.1",
"@types/node": "^12.0.0",
"@types/qs": "^6.5.2",
"@types/socket.io": "^2.1.2",
"coveralls": "^3.0.3",
"eslint": "^5.16.0",
"eslint-config-alloy": "^1.4.2",
"eslint-plugin-typescript": "^0.14.0",
"jest": "^24.7.1",
"puppeteer": "^1.15.0",
"typescript": "^3.4.5",
"typescript-eslint-parser": "^22.0.0"
}
}