summary refs log tree commit diff
path: root/gateway/package.json
blob: ddbddeffec0e510fdde2c26aeaae98ffd895bfd0 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
	"name": "@fosscord/gateway",
	"version": "1.0.0",
	"description": "",
	"main": "dist/index.js",
	"types": "src/index.ts",
	"scripts": {
		"postinstall": "npx ts-patch install -s",
		"test": "echo \"Error: no test specified\" && exit 1",
		"start": "npm run build && node dist/start.js",
		"build": "npx tsc -b .",
		"dev": "tsnd --respawn src/start.ts"
	},
	"keywords": [],
	"author": "Fosscord",
	"license": "ISC",
	"devDependencies": {
		"@swc/cli": "^0.1.51",
		"@swc/core": "^1.2.93",
		"@types/amqplib": "^0.8.1",
		"@types/jsonwebtoken": "^8.5.0",
		"@types/mongodb": "^3.6.9",
		"@types/mongoose-autopopulate": "^0.10.1",
		"@types/mongoose-lean-virtuals": "^0.5.1",
		"@types/node": "^14.17.9",
		"@types/node-fetch": "^2.5.12",
		"@types/uuid": "^8.3.0",
		"@types/ws": "^7.4.0",
		"@zerollup/ts-transform-paths": "^1.7.18",
		"ts-node-dev": "^1.1.6",
		"ts-patch": "^1.4.4",
		"typescript": "^4.2.3"
	},
	"dependencies": {
		"@fosscord/util": "file:../util",
		"ajv": "^8.5.0",
		"amqplib": "^0.8.0",
		"dotenv": "^8.2.0",
		"jsonwebtoken": "^8.5.1",
		"lambert-server": "^1.2.11",
		"missing-native-js-functions": "^1.2.17",
		"mongoose-autopopulate": "^0.12.3",
		"node-fetch": "^2.6.1",
		"typeorm": "^0.2.37",
		"uuid": "^8.3.2",
		"ws": "^7.4.2"
	},
	"optionalDependencies": {
		"@yukikaze-bot/erlpack": "^1.0.1"
	}
}