Validate the wire format against node-smpp and add CI

This commit is contained in:
2026-08-25 16:52:33 +02:00
parent fd2f98464f
commit 2e4699944b
10 changed files with 486 additions and 5 deletions
+3 -1
View File
@@ -44,12 +44,14 @@
"build": "tsc --project tsconfig.build.json",
"lint": "eslint . && tsc --noEmit",
"prepack": "npm run build",
"test": "npm run lint && node --test 'test/**/*.test.ts'"
"test": "npm run lint && node --test 'test/**/*.test.ts'",
"test:compiled": "tsc --project tsconfig.test.json && node --test dist-test/test/"
},
"devDependencies": {
"@eslint/js": "10.0.1",
"@types/node": "22.20.1",
"eslint": "10.9.1",
"smpp": "0.6.0-rc.4",
"typescript": "6.0.3",
"typescript-eslint": "8.68.0"
},