-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1 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
{
"name": "@eviltik/devsrv",
"version": "1.5.2",
"description": "Nodejs http(s) server for web development with some cool features. ",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./bin/devsrv.js",
"build": "node ./bin/devsrv.js -b"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eviltik/devsrv.git"
},
"bin": {
"devsrv": "./bin/devsrv.js"
},
"keywords": [
"https",
"webserver",
"devserver",
"rewrite",
"redirect"
],
"author": "eviltik",
"license": "MIT",
"bugs": {
"url": "https://github.com/eviltik/devsrv/issues"
},
"homepage": "https://github.com/eviltik/devsrv#readme",
"dependencies": {
"commander": "9.0.0",
"connect": "3.7.0",
"connect-injector": "0.4.4",
"cookie-session": "2.0.0",
"deepmerge": "4.2.2",
"fs-extra": "10.0.0",
"open": "8.4.0",
"pem": "1.14.6",
"serve-index": "1.9.1",
"serve-static": "1.14.2"
}
}