summary refs log tree commit diff
path: root/rtc/package.json
blob: 0478fe69cab466a3daf1f2f3868d7c10072f8a26 (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
{
	"name": "@fosscord/server-util",
	"version": "1.3.52",
	"description": "Utility functions for the all server repositories",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1",
		"build": "tsc -b .",
		"prepublish": "npm run build"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/fosscord/fosscord-server-util.git"
	},
	"keywords": [
		"discord",
		"fosscord",
		"fosscord-server-util",
		"discord open source",
		"discord-open-source"
	],
	"author": "Fosscord",
	"license": "GPLV3",
	"bugs": {
		"url": "https://github.com/fosscord/fosscord-server-util/issues"
	},
	"homepage": "https://docs.fosscord.com/",
	"dependencies": {
		"@types/jsonwebtoken": "^8.5.0",
		"@types/mongoose-autopopulate": "^0.10.1",
		"@types/mongoose-lean-virtuals": "^0.5.1",
		"@types/node": "^14.14.25",
		"ajv": "^8.5.0",
		"amqplib": "^0.8.0",
		"dot-prop": "^6.0.1",
		"env-paths": "^2.2.1",
		"jsonwebtoken": "^8.5.1",
		"missing-native-js-functions": "^1.2.2",
		"mongodb": "^3.6.9",
		"mongoose": "^5.12.3",
		"mongoose-autopopulate": "^0.12.3",
		"typescript": "^4.1.3"
	},
	"devDependencies": {
		"@types/amqplib": "^0.8.1"
	}
}