manage-wifi
Version:
Turn your Wi-Fi on and off
58 lines (57 loc) • 922 B
JSON
{
"name": "manage-wifi",
"version": "2.1.0",
"description": "Turn your Wi-Fi on and off",
"license": "MIT",
"repository": "sindresorhus/manage-wifi",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": "./index.js",
"engines": {
"node": ">=12"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"wifi",
"wi-fi",
"internet",
"wireless",
"manage",
"control",
"network",
"device",
"adapter",
"en0",
"en1",
"restart",
"toggle",
"enable",
"disable",
"on",
"off"
],
"dependencies": {
"delay": "^5.0.0",
"execa": "^5.0.0",
"p-memoize": "^4.0.1"
},
"devDependencies": {
"ava": "^3.15.0",
"tsd": "^0.14.0",
"xo": "^0.37.1"
},
"ava": {
"timeout": "30s"
}
}