chore: license server updates and tests

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Ivan Fontosh
2026-05-11 22:20:21 +08:00
parent 4a0523f309
commit d595f4ca5a
6 changed files with 66 additions and 18 deletions
+2 -1
View File
@@ -5,7 +5,8 @@
"type": "module",
"description": "Сервис выдачи и отзыва лицензий DNDGamePlayer (Ed25519)",
"scripts": {
"start": "node src/server.mjs"
"start": "node src/server.mjs",
"test": "node --test test/*.mjs"
},
"engines": {
"node": ">=20"