magic-packet
Version:
发送Wake-on-LAN魔术包唤醒局域网电脑
48 lines • 986 B
JSON
{
"name": "magic-packet",
"version": "1.1.0",
"description": "发送Wake-on-LAN魔术包唤醒局域网电脑",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node tests/test.js",
"lint": "eslint *.js",
"demo": "node demo/index.js",
"demo:web": "node demo/web.js"
},
"keywords": [
"wake-on-lan",
"wol",
"magic-packet",
"network",
"udp",
"broadcast"
],
"author": "hackshen",
"license": "MIT",
"dependencies": {
"commander": "^11.1.0"
},
"devDependencies": {
"eslint": "^8.57.0"
},
"bin": {
"magic-packet": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hackshen/magic-packet.git"
},
"bugs": {
"url": "https://github.com/hackshen/magic-packet/issues"
},
"homepage": "https://github.com/hackshen/magic-packet#readme",
"engines": {
"node": ">=14.0.0"
},
"files": [
"index.js",
"README.md",
"LICENSE"
]
}