{ "dependencies": { "@types/express": "^5.0.0", "@types/node": "^22.13.10", "express": "^4.21.2", "node": "^23.9.0", "npm": "^11.2.0", "pg-promise": "^11.13.0", "ts-node": "^10.9.2", "tslib": "^2.8.1" }, "name": "api", "version": "1.0.0", "description": "HTTP API component for bubble", "main": "dist/main.js", "devDependencies": { "typescript": "^5.8.2" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "debug": "node dist/main.js" }, "repository": { "type": "git", "url": "ssh://git@git.shockrah.xyz:2222/shockrah/bubble.git" }, "author": "shockrah", "license": "MIT" }