1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-06 10:52:31 +01:00
server/src-slowcord/status/package.json
2022-09-25 23:35:18 +10:00

32 lines
759 B
JSON

{
"name": "slowcord-status",
"version": "1.0.0",
"description": "Slowcord status service",
"main": "build/index.js",
"scripts": {
"build": "tsc -b",
"start": "node build/index.js",
"start:gateway": "node build/gateway.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"
}