rename player-parsers to player-parser for consistency with docker image

This commit is contained in:
Kentai Radiquum 2025-07-09 15:31:51 +05:00
parent 4701f6f62e
commit 1a1b548d39
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
15 changed files with 11 additions and 11 deletions

View file

@ -0,0 +1,14 @@
{
"name": "player-parsers",
"version": "1.0.0",
"description": "Player Parsing for AniX",
"scripts": {
"serve": "npx tsx ./index.ts"
},
"author": "",
"license": "MIT",
"dependencies": {
"express": "^5.1.0",
"tsx": "^4.19.4"
}
}