-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 977 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@ntlab/sms-terminal",
"version": "3.2.1",
"description": "SMS Terminal",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/tohenk/node-sms-terminal.git"
},
"keywords": [
"sms",
"terminal",
"gsm"
],
"author": "Toha <tohenk@yahoo.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tohenk/node-sms-terminal/issues"
},
"homepage": "https://github.com/tohenk/node-sms-terminal#readme",
"dependencies": {
"@ntlab/gsm-at": "^3.9.0",
"@ntlab/ntlib": "^2.1.3",
"@ntlab/sequelize-manager": "^1.1.1",
"@ntlab/work": "^2.2.0",
"@sequelize/core": "^7.0.0-alpha.43",
"@sequelize/mysql": "^7.0.0-alpha.43",
"fast-csv": "^5.0.1",
"ini": "^5.0.0",
"mysql2": "^3.11.3",
"serialport": "^12.0.0",
"socket.io": "^4.8.0"
},
"bin": {
"node-sms-terminal": "app.js"
}
}