{ "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": { "express": "^4.21.0", "cors": "^2.8.5", "better-sqlite3": "^11.0.0", "chokidar": "^3.6.0" }, "devDependencies": { "tsx": "^4.19.0", "typescript": "^5.6.0", "@types/express": "^4.17.21", "@types/cors": "^2.8.17", "@types/better-sqlite3": "^7.6.8", "@types/node": "^22.0.0" } }