yota.js
Version:
Package for working with Yota routers. It can show signal status, speed and other. For example can reboot device
31 lines (30 loc) • 695 B
JSON
{
"name": "yota.js",
"version": "0.0.3",
"description": "Package for working with Yota routers. It can show signal status, speed and other. For example can reboot device",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/etomarat/yota.js.git"
},
"keywords": [
"yota",
"router",
"cli",
"3g",
"4g",
"5g",
"remote",
"control"
],
"author": "Marat Azizov",
"license": "MIT",
"bugs": {
"url": "https://github.com/etomarat/yota.js/issues"
},
"homepage": "https://github.com/etomarat/yota.js#readme"
}