mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-05 22:15:36 +05:00
chore: move player-parsing deps to subfolder
This commit is contained in:
parent
990b3c1736
commit
51a919e2b2
4 changed files with 1347 additions and 1014 deletions
14
player-parsers/package.json
Normal file
14
player-parsers/package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue