-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 920 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
{
"name": "3h-serve",
"version": "0.8.2",
"description": "A simple but powerful server.",
"main": "index.js",
"bin": "cli.js",
"scripts": {
"help": "node cli.js -h",
"test": "node cli.js test -p 88 -l debug -s \"^/api/\" --forbidden secret"
},
"repository": "huang2002/3h-serve",
"keywords": [
"serve",
"server",
"cli",
"spa",
"serverless",
"3h"
],
"author": "3h",
"license": "MIT",
"bugs": {
"url": "https://github.com/huang2002/3h-serve/issues"
},
"homepage": "https://github.com/huang2002/3h-serve#readme",
"dependencies": {
"3h-cli": "^1.5.0",
"3h-log": "^3.1.2"
},
"devDependencies": {
"3h-join": "^2.0.0",
"@types/node": "^12.12.47"
},
"files": [
"lib.js",
"types.js",
"index.js",
"cli.js"
]
}