27 lines
607 B
JSON
27 lines
607 B
JSON
{
|
|
"name": "smsgwtester",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"tsc": "tsc",
|
|
"pkg:windows": "pkg ./dist/main.js --target node16-windows-x64 --output main.exe",
|
|
"pkg:linux": "pkg ./dist/main.js --target node16-linux-x64 --output main.exe"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/node": "^20.2.5",
|
|
"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",
|
|
"typescript": "^5.1.3",
|
|
"ws": "^8.13.0",
|
|
"zlib": "^1.0.5"
|
|
}
|
|
}
|