6d4b74d410
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>
15 lines
341 B
JSON
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"
|
|
}
|
|
}
|