-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 773 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 773 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
{
"name": "hot-server",
"version": "0.0.27",
"description": "live-server with script injection",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1wheel/hot-server.git"
},
"author": {
"name": "Adam Pearce",
"url": "http://roadtolarissa.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/1wheel/hot-server/issues"
},
"bin": {
"hot-server": "./index.js"
},
"homepage": "https://github.com/1wheel/hot-server#readme",
"dependencies": {
"chokidar": "^3.5.3",
"express": "^4.18.1",
"minimist": "^1.2.6",
"serve-index": "^1.9.1",
"serve-static": "^1.15.0",
"ws": "^8.8.1"
}
}