hilink-nodejs-sms
Version:
Node.js library to send sms using Huawei modems (hilink).
55 lines (54 loc) • 1.19 kB
JSON
{
"name": "hilink-nodejs-sms",
"version": "2.0.3",
"description": "Node.js library to send sms using Huawei modems (hilink).",
"keywords": [
"huawei",
"hilink",
"sms",
"nodejs"
],
"author": "kamil90k",
"homepage": "https://github.com/kamil90k/hilink-nodejs-sms.git#readme",
"license": "WTFPL",
"main": "dist/HilinkSms.js",
"types": "dist/HilinkSms.d.ts",
"files": [
"/dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kamil90k/hilink-nodejs-sms.git"
},
"scripts": {
"test": "jest",
"test:cover": "jest --collectCoverage",
"test:watch": "jest --watchAll",
"build": "tsc"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node",
"testMatch": [
"**/tests/**/*.test.ts"
]
},
"dependencies": {
"axios": "0.21.1",
"xml2js": "0.4.23"
},
"devDependencies": {
"@types/jest": "24.9.0",
"@types/node": "13.1.7",
"@types/xml2js": "0.4.5",
"jest": "24.9.0",
"nock": "11.7.2",
"ts-jest": "24.3.0",
"ts-node": "8.6.2",
"ts-node-dev": "1.0.0-pre.44",
"typescript": "4.1.6"
}
}