Files
smpp-cli/package.json
2023-11-09 11:51:06 +01:00

27 lines
777 B
JSON

{
"name": "smpp",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"build-linux-client": "nexe -i client.js -o out/client-linux -t linux-x64-18.18.2",
"build-windows-client": "nexe -i client.js -o out/client-windows -t windows-x86-18.18.2",
"build-linux-server": "nexe -i server.js -o out/server-linux -t linux-x64-18.18.2",
"build-windows-server": "nexe -i server.js -o out/server-windows -t windows-x86-18.18.2",
"build": "sh build.sh"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"command-line-args": "^5.2.1",
"command-line-usage": "^7.0.1",
"nanotimer": "^0.3.15",
"smpp": "0.6.0-rc.4",
"winston": "^3.11.0"
},
"devDependencies": {
"eslint": "^8.53.0"
}
}