summary refs log tree commit diff
path: root/slowcord/status/package.json
blob: ccec4f5543df6db846050e9f319b25d6fc054025 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
	"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"
}