summary refs log tree commit diff
path: root/package.json
blob: 5fed4a2aeda97e956f5c6f5851169092a6c94f07 (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
{
	"name": "discord-gateway",
	"version": "1.0.0",
	"description": "",
	"main": "index.js",
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1",
		"start": "npm run build:util && npm run build && node dist/",
		"build": "tsc -b .",
		"build:util": "tsc -b ./node_modules/fosscord-server-util/"
	},
	"keywords": [],
	"author": "",
	"license": "ISC",
	"dependencies": {
		"dotenv": "^8.2.0",
		"erlpack": "^0.1.3",
		"fosscord-server-util": "github:fosscord/fosscord-server-util",
		"jsonwebtoken": "^8.5.1",
		"lambert-db": "^1.1.8",
		"lambert-server": "^1.1.7",
		"missing-native-js-functions": "^1.2.3",
		"node-fetch": "^2.6.1",
		"uuid": "^8.3.2",
		"ws": "^7.4.2",
		"zlib-sync": "^0.1.7"
	},
	"devDependencies": {
		"@types/jsonwebtoken": "^8.5.0",
		"@types/uuid": "^8.3.0",
		"@types/ws": "^7.4.0"
	}
}