mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-04 21:45:36 +05:00
20 lines
430 B
JSON
20 lines
430 B
JSON
{
|
|
"name": "anix-api-proxy",
|
|
"version": "1.0.0",
|
|
"description": "Proxy and Hook requests from anix to anixart api",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"serve": "npx tsx ./index.ts"
|
|
},
|
|
"author": "Radiquum",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/express": "^5.0.3",
|
|
"@types/node": "^24.0.4",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"dependencies": {
|
|
"express": "^5.1.0",
|
|
"tsx": "^4.20.3"
|
|
}
|
|
}
|