mirror of
https://github.com/Radiquum/AniX.git
synced 2025-06-05 11:39:36 +05:00
14 lines
258 B
JSON
14 lines
258 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|