mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-05 22:15:36 +05:00
rename player-parsers to player-parser for consistency with docker image
This commit is contained in:
parent
4701f6f62e
commit
1a1b548d39
15 changed files with 11 additions and 11 deletions
14
player-parser/package.json
Normal file
14
player-parser/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