-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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
{
"name": "browser-reloader",
"version": "0.0.1",
"description": "An Awesome CLI tool to reload browser on every code change",
"homepage": "https://github.com/iqbal-rashed/browser-reloader",
"main": "src/app.js",
"keywords": [
"reloader",
"browser-refresh",
"browser-reloader",
"watchDir",
"watcher",
"cli",
"extension",
"browser",
"reload",
"refresh"
],
"author": "Rashed Iqbal",
"license": "MIT",
"bin": {
"reloader": "./src/app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/iqbal-rashed/browser-reloader"
},
"bugs": {
"url": "https://github.com/iqbal-rashed/browser-reloader/issues"
},
"dependencies": {
"boxen": "^4.2.0",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"commander": "^9.2.0",
"cors": "^2.8.5",
"express": "^4.18.1",
"ora": "^5.4.1",
"socket.io": "^4.5.0",
"uglify-js": "^3.15.4"
}
}