Newer
Older
percord / slowcord / status / package.json
@Madeline Madeline on 15 Sep 2022 759 bytes Perhaps a message create perf test?
{
	"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"
}