27 lines
504 B
JSON
27 lines
504 B
JSON
{
|
|
"name": "wol-api",
|
|
"version": "1.0.0",
|
|
"description": "Wake-on-LAN API in Node.js",
|
|
"keywords": [
|
|
"node",
|
|
"wol",
|
|
"javascript"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.luma.wtf:rosa/wol-api.git"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Rosalina",
|
|
"type": "module",
|
|
"main": "api.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node api.js"
|
|
},
|
|
"dependencies": {
|
|
"cors": "^2.8.6",
|
|
"express": "^5.2.1"
|
|
}
|
|
}
|