-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 735 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 735 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": "wol-docker-api",
"version": "1.1.0",
"description": "Wake on lan api created for a docker server",
"main": "main.js",
"type": "module",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThatGuyThimo/WOL-Docker-API.git"
},
"keywords": [
"api",
"docker",
"WOL",
"wakeonlan"
],
"author": "Thimo",
"license": "ISC",
"bugs": {
"url": "https://github.com/ThatGuyThimo/WOL-Docker-API/issues"
},
"homepage": "https://github.com/ThatGuyThimo/WOL-Docker-API#readme",
"dependencies": {
"dotenv": "^16.4.5",
"express": "^4.21.1",
"fs": "^0.0.1-security",
"net-ping": "^1.2.4",
"wake_on_lan": "^1.0.0"
}
}