Files
smpp-cli/package.json
2023-11-15 10:46:48 +01:00

28 lines
808 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": {
"cli-progress": "^3.12.0",
"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"
}
}