-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 895 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
{
"name": "herver",
"version": "0.6.0",
"description": "A modern server lib",
"main": "./dist/index.js",
"types": "./typings/index.d.ts",
"scripts": {
"build": "tsc",
"docs": "dts2md \"*\" \"!index.d.ts\" -i typings -o docs -lI Home.md",
"test": "node ./test/index.js"
},
"repository": "huang2002/herver.git",
"keywords": [
"herver",
"server",
"http",
"https",
"router",
"route",
"static",
"3h"
],
"author": "3h",
"license": "MIT",
"bugs": {
"url": "https://github.com/huang2002/herver/issues"
},
"homepage": "https://github.com/huang2002/herver#readme",
"devDependencies": {
"@types/node": "^12.12.17",
"dts2md": "^0.4.2",
"typescript": "^3.7.3"
},
"files": [
"typings",
"dist"
]
}