chore: move player-parsing deps to subfolder

This commit is contained in:
Kentai Radiquum 2025-05-29 22:42:13 +05:00
parent 990b3c1736
commit 51a919e2b2
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
4 changed files with 1347 additions and 1014 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"
}
}