summary refs log tree commit diff
path: root/bundle/package.json
blob: c050a302b83742d6af17b31b88e86114524679f9 (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
	"name": "@fosscord/server",
	"version": "1.0.0",
	"description": "",
	"main": "src/start.js",
	"scripts": {
		"setup": "node scripts/install.js && npm install --no-optional && npx ts-patch install -s && npx patch-package --patch-dir ../api/patches/ && npm run build",
		"build": "node scripts/build.js",
		"start": "node scripts/build.js && node dist/bundle/src/start.js",
		"start:bundle": "node dist/bundle/src/start.js",
		"test": "echo \"Error: no test specified\" && exit 1",
		"migrate": "cd ../util/ && npm i && node --require ts-node/register node_modules/typeorm/cli.js -f ../util/ormconfig.json migration:run",
		"tsnode": "npx ts-node --transpile-only -P tsnode.tsconfig.json src/start.ts"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/fosscord/fosscord-server.git"
	},
	"keywords": [],
	"author": "Fosscord",
	"license": "AGPL-3.0-only",
	"bugs": {
		"url": "https://github.com/fosscord/fosscord-server/issues"
	},
	"homepage": "https://fosscord.com",
	"devDependencies": {
		"@babel/core": "^7.15.5",
		"@babel/preset-env": "^7.15.8",
		"@babel/preset-typescript": "^7.15.0",
		"@types/amqplib": "^0.8.1",
		"@types/bcrypt": "^5.0.0",
		"@types/body-parser": "^1.19.0",
		"@types/btoa": "^1.2.3",
		"@types/dotenv": "^8.2.0",
		"@types/express": "^4.17.12",
		"@types/fs-extra": "^9.0.12",
		"@types/i18next-node-fs-backend": "^2.1.0",
		"@types/jest": "^27.0.1",
		"@types/jest-expect-message": "^1.0.3",
		"@types/jsonwebtoken": "^8.5.0",
		"@types/morgan": "^1.9.3",
		"@types/multer": "^1.4.7",
		"@types/node": "^14.17.9",
		"@types/node-fetch": "^2.5.12",
		"@types/node-os-utils": "^1.2.0",
		"@types/supertest": "^2.0.11",
		"@types/ws": "^7.4.0",
		"@zerollup/ts-transform-paths": "^1.7.18",
		"jest": "^27.0.6",
		"jest-expect-message": "^1.0.2",
		"jest-runtime": "^27.2.1",
		"ts-node": "^10.2.1",
		"ts-node-dev": "^1.1.6",
		"ts-patch": "^1.4.4",
		"tsconfig-paths": "^3.12.0",
		"typescript": "^4.2.3",
		"typescript-json-schema": "0.50.1"
	},
	"dependencies": {
		"@aws-sdk/client-s3": "^3.36.1",
		"@aws-sdk/node-http-handler": "^3.36.0",
		"@babel/preset-env": "^7.15.8",
		"@babel/preset-typescript": "^7.15.0",
		"@fosscord/api": "file:../api",
		"@fosscord/cdn": "file:../cdn",
		"@fosscord/gateway": "file:../gateway",
		"@sentry/node": "^6.16.1",
		"@sentry/tracing": "^6.16.1",
		"ajv": "8.6.2",
		"ajv-formats": "^2.1.1",
		"amqplib": "^0.8.0",
		"assert": "^1.5.0",
		"async-exit-hook": "^2.0.1",
		"bcrypt": "^5.0.1",
		"body-parser": "^1.19.0",
		"btoa": "^1.2.1",
		"cheerio": "^1.0.0-rc.10",
		"dotenv": "^8.2.0",
		"exif-be-gone": "^1.2.0",
		"express": "^4.17.1",
		"express-async-errors": "^3.1.1",
		"file-type": "^16.5.0",
		"form-data": "^4.0.0",
		"fs-extra": "^10.0.0",
		"i18next": "^19.9.2",
		"i18next-http-middleware": "^3.1.3",
		"i18next-node-fs-backend": "^2.1.3",
		"image-size": "^1.0.0",
		"jest": "^27.0.6",
		"jsonwebtoken": "^8.5.1",
		"lambert-db": "^1.2.3",
		"lambert-server": "^1.2.11",
		"missing-native-js-functions": "^1.2.18",
		"morgan": "^1.10.0",
		"multer": "^1.4.2",
		"nan": "^2.15.0",
		"nanocolors": "^0.2.12",
		"node-fetch": "^2.6.2",
		"node-os-utils": "^1.3.5",
		"patch-package": "^6.4.7",
		"pg": "^8.7.1",
		"picocolors": "^1.0.0",
		"proxy-agent": "^5.0.0",
		"reflect-metadata": "^0.1.13",
		"sqlite3": "^4.2.0",
		"supertest": "^6.1.6",
		"tslib": "^2.3.1",
		"typeorm": "^0.2.37",
		"typescript": "^4.1.2",
		"typescript-cached-transpile": "^0.0.6",
		"typescript-json-schema": "^0.50.1",
		"ws": "^7.4.2"
	}
}