mirror of
https://github.com/vzakharchenko/huawei-hilink
synced 2024-11-19 09:25:45 +00:00
58 lines
1.9 KiB
JSON
58 lines
1.9 KiB
JSON
|
{
|
||
|
"name": "e3372h-320-cli",
|
||
|
"version": "1.0.0",
|
||
|
"description": "e3372h-320 client",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"sendSMS": "node index.js sendSMS --phone=+11111111111 --message=test123 --url=192.168.89.1 ",
|
||
|
"contacts": "node index.js contacts --url=192.168.89.1",
|
||
|
"getContactsCount": "node index.js contactPages --url=192.168.89.1 --exportFormat=json",
|
||
|
"sms": "node index.js sms --phone=+11111111111 --url=192.168.89.1 --page=1",
|
||
|
"pages": "node index.js pages --phone=+11111111111 --url=192.168.89.1 --exportFormat=json",
|
||
|
"enableData": "node index.js mobileData --mode=on --url=192.168.89.1",
|
||
|
"disableData": "node index.js mobileData --mode=off --url=192.168.89.1",
|
||
|
"reconnected": "node index.js mobileData --mode=reconnect --url=192.168.89.1",
|
||
|
"monitoring": "node index.js monitoring --url=192.168.89.1",
|
||
|
"lint": "eslint src --ext .ts src",
|
||
|
"build": "tsc --build",
|
||
|
"lint:fix": "eslint --fix src --ext .ts"
|
||
|
},
|
||
|
"bin": {
|
||
|
"e3372h_320": "./bin/e3372h_320"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"axios": "^0.24.0",
|
||
|
"crypto-js": "^4.1.1",
|
||
|
"get-random-values": "^1.2.2",
|
||
|
"xml2json": "^0.12.0",
|
||
|
"yargs": "^17.2.1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/vzakharchenko/E3372h-320-cli.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"huawei",
|
||
|
"e3372h-320",
|
||
|
"client",
|
||
|
"rest-api",
|
||
|
"publicKey"
|
||
|
],
|
||
|
"devDependencies": {
|
||
|
"@shopify/eslint-plugin": "^40.4.0",
|
||
|
"@types/xml2json": "^0.11.4",
|
||
|
"@types/yargs": "^17.0.4",
|
||
|
"@typescript-eslint/parser": "^5.2.0",
|
||
|
"eslint": "7.3.0",
|
||
|
"eslint-plugin-no-loops": "^0.3.0",
|
||
|
"parcel-bundler": "^1.12.5",
|
||
|
"typescript": "^4.4.4"
|
||
|
},
|
||
|
"author": "vzakharchenko",
|
||
|
"license": "Apache-2.0",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/vzakharchenko/E3372h-320-cli/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/vzakharchenko/E3372h-320-cli#readme"
|
||
|
}
|