28 lines
723 B
JSON
28 lines
723 B
JSON
{
|
|
"name": "tiger-bridge",
|
|
"version": "1.0.0",
|
|
"description": "Bridge API between dashboard and Tiger agent running inside Docker/k3s/sandbox",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "tsx watch src/index.ts",
|
|
"start": "node --import tsx src/index.ts",
|
|
"build": "tsc",
|
|
"start:prod": "node dist/index.js"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.16.0",
|
|
"better-sqlite3": "^11.0.0",
|
|
"chokidar": "^3.6.0",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.21.0",
|
|
"otplib": "^13.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/better-sqlite3": "^7.6.8",
|
|
"@types/cors": "^2.8.17",
|
|
"@types/express": "^4.17.21",
|
|
"@types/node": "^22.0.0",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|