{ "name": "slowcord-status", "version": "1.0.0", "description": "Slowcord status service", "main": "build/index.js", "scripts": { "build": "tsc -b", "start": "node build/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/maddyunderstars/fosscord-server.git" }, "bugs": { "url": "https://github.com/maddyunderstars/fosscord-server/issues" }, "homepage": "https://github.com/maddyunderstars/fosscord-server#readme", "author": "MaddyUnderStars", "license": "AGPL-3.0-only", "devDependencies": { "@types/node": "^18.0.6" }, "dependencies": { "dotenv": "^16.0.1", "fosscord-gopnik": "^1.0.0", "mysql2": "^2.3.3", "node-fetch": "^3.2.9" }, "type": "module" }