summary refs log tree commit diff
path: root/src-slowcord/login/package.json
blob: b458a875d41025add31393e15f0edd634dc9a16b (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
32
33
34
{
	"name": "slowcord-login",
	"version": "1.0.0",
	"description": "Slowcord login 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"
	},
	"author": "MaddyUnderStars",
	"license": "AGPL-3.0-only",
	"bugs": {
		"url": "https://github.com/maddyunderstars/fosscord-server/issues"
	},
	"homepage": "https://github.com/maddyunderstars/fosscord-server#readme",
	"dependencies": {
		"@fosscord/util": "file:../../util",
		"cookie-parser": "^1.4.6",
		"dotenv": "^16.0.1",
		"express": "^4.18.1",
		"node-fetch": "^3.2.6",
		"sqlite3": "^5.0.8"
	},
	"devDependencies": {
		"@types/cookie-parser": "^1.4.3",
		"@types/express": "^4.17.13",
		"@types/node": "^18.0.0"
	},
	"type": "module"
}