-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 683 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 683 Bytes
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
{
"dependencies": {
"@elastic/elasticsearch": "^8.12.2",
"@phalcode/ts-igdb-client": "^1.0.22",
"compression": "^1.7.4",
"cookie-parser": "^1.4.7",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.21.1",
"figlet": "^1.7.0",
"i18n": "^0.15.1",
"innertext": "^1.0.3",
"jsdom": "^25.0.1",
"jszip": "^3.10.1",
"node-cron": "^3.0.3",
"node-fetch": "^3.3.2",
"node-html-parser": "^6.1.13",
"pg": "^8.11.3",
"pg-hstore": "^2.3.4",
"piscina": "^4.7.0",
"sanitize": "^2.1.2",
"sequelize": "^6.37.7",
"sequelize-cli": "^6.6.2",
"to-words": "^4.5.1",
"uuid": "^11.1.0"
},
"type": "module"
}