{ "name": "outbag-server", "version": "0.0.1", "description": "Did you know that you can host your own outbag instance?", "main": "dist/main.js", "type": "module", "scripts": { "main": "tsc && node . -c config.juml", "debug": "tsc && node . -c config.juml -d", "setup": "tsc && node . -c config.juml -s" }, "repository": { "type": "git", "url": "git+https://codeberg.org/outbag/server.git" }, "keywords": [ "outbag" ], "author": "jusax23, comcloudway", "license": "AGPL-3.0-only", "devDependencies": { "@types/auth-header": "^1.0.2", "@types/cors": "^2.8.13", "@types/express": "^4.17.17", "@types/node": "^18.11.18", "@types/pg": "^8.6.6", "@types/prompts": "^2.4.2", "@types/ws": "^8.5.4", "esbuild": "^0.17.10", "pkg": "^5.8.0", "typescript": "^4.9.4" }, "dependencies": { "auth-header": "^1.0.0", "commander": "^10.0.0", "cors": "^2.8.5", "dblang": "https://jusax.de/git/attachments/c13552b7-c9f0-4f50-bcce-96a124c1c286", "express": "^4.18.2", "juml": "https://jusax.de/git/attachments/208913c5-2851-4b86-a53d-ca99fed168cc", "nman": "https://jusax.de/git/attachments/5333948b-fe6b-45d2-9230-ca388f6a89bc", "prompts": "^2.4.2", "ws": "^8.12.1" } }