This repository was archived by the owner on Nov 17, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.4 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.4 KB
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
{
"dependencies": {
"@fluent/bundle": "^0.16.1",
"@fluent/langneg": "^0.5.2",
"@graphql-tools/schema": "^8.2.0",
"@octokit/core": "^3.4.0",
"@octokit/plugin-rest-endpoint-methods": "^5.1.1",
"@octokit/rest": "^18.5.3",
"apollo-server": "^3.3.0",
"apollo-server-core": "^3.12.1",
"apollo-server-express": "^3.3.0",
"apollo-tracing": "^0.15.0",
"aws-sdk": "^2.1157.0",
"cross-fetch": "^3.1.4",
"damerau-levenshtein": "^1.0.8",
"dotenv": "^8.2.0",
"exec-sh": "^0.4.0",
"express": "^4.17.1",
"express-rate-limit": "^5.3.0",
"express-session": "^1.17.1",
"file-type": "^16.5.4",
"graphql": "^15.5.3",
"graphql-iso-date": "^3.6.1",
"graphql-parse-resolve-info": "^4.12.0",
"graphql-type-json": "^0.3.2",
"graphql-upload": "^15.0.1",
"highlight.js": "^11.2.0",
"ical.js": "^1.5.0",
"js-sha256": "^0.9.0",
"js-yaml": "^4.1.0",
"markdown-it": "^12.3.2",
"markdown-it-emoji": "^2.0.0",
"markdown-it-kbd": "^2.2.2",
"mongodb": "^4.17.0",
"normalize-url": "^7.0.3",
"passport": "^0.6.0",
"passport-google-oauth": "^2.0.0",
"session-file-store": "^1.5.0",
"sharp": "^0.32.6",
"talisman": "^1.1.4",
"twemoji": "^13.1.0",
"uuid": "^8.3.2"
},
"scripts": {
"start_with_all_cpus": "cpus=`node cpus.js`; UV_THREADPOOL_SIZE=$cpus node index.js",
"start": "node index.js"
}
}