Files
DndGamePlayerLicenseServer/package.json
T
Ivan Fontosh 6d4b74d410 Add download stats, key deletion, batch creation, and newest-first listing.
Track landing downloads per platform/month, support admin delete and bulk key issue, and sort licenses by createdAtSec.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-02 00:21:21 +08:00

15 lines
341 B
JSON

{
"name": "dndgameplayer-license-server",
"private": true,
"version": "1.1.0",
"type": "module",
"description": "Сервис выдачи и отзыва лицензий DNDGamePlayer (Ed25519)",
"scripts": {
"start": "node src/server.mjs",
"test": "node --test test/*.mjs"
},
"engines": {
"node": ">=20"
}
}