UNPKG

huawei-wingle-4g

Version:

This is a module NodeJS allowing to drive Huawei Wingle 4G. This module can :

37 lines (36 loc) 959 B
{ "name": "huawei-wingle-4g", "version": "1.0.13", "description": "", "main": "lib/src/index.js", "types": "lib/src/index.ts", "scripts": { "build": "rimraf lib && tsc -p .", "test": "npm run build && node lib/test/page/home/Home.js && node lib/test/page/statistics/Statistics.js && node lib/test/page/sms/Sms.js && node lib/test/page/ussd/Ussd.js" }, "keywords": [ "Huawei", "Wingle", "4G" ], "author": "RAZAFINARIVO Hanania <razafi.hanania@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/razafinarivohanania/huawei-wingle-4g" }, "dependencies": { "axios": "^0.19.2", "jsdom": "^16.4.0", "log4js": "^6.3.0", "sha256": "^0.2.0", "tough-cookie": "^4.0.0" }, "devDependencies": { "@types/jsdom": "^16.2.3", "@types/node": "^14.0.27", "@types/tough-cookie": "^4.0.0", "rimraf": "^3.0.2", "typescript": "^3.9.7" } }