@ntlab/sms-gateway
Version:
38 lines (37 loc) • 944 B
JSON
{
"name": "@ntlab/sms-gateway",
"version": "3.2.2",
"description": "SMS Gateway",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/tohenk/node-sms-gateway.git"
},
"keywords": [
"sms",
"gateway"
],
"author": "Toha <tohenk@yahoo.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tohenk/node-sms-gateway/issues"
},
"homepage": "https://github.com/tohenk/node-sms-gateway#readme",
"dependencies": {
"@ntlab/ntlib": "^2.6.2",
"@ntlab/sequelize-manager": "^1.1.1",
"@ntlab/work": "^2.3.0",
"@sequelize/core": "^7.0.0-alpha.46",
"@sequelize/mysql": "^7.0.0-alpha.46",
"ini": "^5.0.0",
"mysql2": "^3.14.1",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1"
},
"bin": {
"node-sms-gateway": "app.js"
}
}