manage-wifi-cli
Version:
Turn your Wi-Fi on and off
57 lines (56 loc) • 882 B
JSON
{
"name": "manage-wifi-cli",
"version": "2.0.0",
"description": "Turn your Wi-Fi on and off",
"license": "MIT",
"repository": "sindresorhus/manage-wifi-cli",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"bin": {
"wifi": "cli.js"
},
"engines": {
"node": ">=12"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"cli.js"
],
"keywords": [
"cli-app",
"cli",
"wifi",
"wi-fi",
"internet",
"wireless",
"manage",
"control",
"network",
"device",
"adapter",
"en0",
"en1",
"restart",
"toggle",
"enable",
"disable",
"on",
"off"
],
"dependencies": {
"manage-wifi": "^2.1.0",
"meow": "^9.0.0"
},
"devDependencies": {
"ava": "^3.15.0",
"execa": "^5.0.0",
"xo": "^0.38.2"
}
}