mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-05 22:15:36 +05:00
feat: start implementing api proxy with ability to use hooks: #8
This commit is contained in:
parent
9931962a6b
commit
6f45876240
6 changed files with 1720 additions and 0 deletions
20
api-prox/package.json
Normal file
20
api-prox/package.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue