Files
smpp-cli/package.json
David Majdandžić ba0d9bf430 Add tests
Sponsored by codiumai
2023-12-05 14:58:30 +01:00

31 lines
882 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",
"test": "jest"
},
"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": {
"@types/jest": "^29.5.10",
"eslint": "^8.55.0",
"jest": "^29.7.0"
}
}