24 lines
524 B
JSON
24 lines
524 B
JSON
{
|
|
"name": "smsgwtester",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"pkg:windows": "pkg main.js --target node16-windows-x64 --output main.exe",
|
|
"pkg:linux": "pkg main.js --target node16-linux-x64 --output main.exe"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.20.2",
|
|
"compression": "^1.7.4",
|
|
"express": "^4.18.2",
|
|
"nanotimer": "^0.3.15",
|
|
"smpp": "^0.6.0-rc.4",
|
|
"ts-node": "^10.9.1",
|
|
"ws": "^8.13.0",
|
|
"zlib": "^1.0.5"
|
|
}
|
|
}
|