AniX/api-prox/package.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"
}
}