-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 845 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
{
"name": "wol-nodejs",
"version": "3.0.0",
"description": "A NodeJS based express server that has support for WakeOnLan ",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Joshua-Noakes1/Wol-NodeJS.git"
},
"author": "Joshua-Noakes1",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Joshua-Noakes1/Wol-NodeJS/issues"
},
"homepage": "https://github.com/Joshua-Noakes1/Wol-NodeJS#readme",
"dependencies": {
"body-parser": "^1.20.1",
"cli-color": "^2.0.3",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"morgan": "^1.10.0",
"path": "^0.12.7",
"ping": "^0.4.2",
"serve-favicon": "^2.5.0",
"wol": "^1.0.7"
}
}