-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 844 Bytes
/
package.json
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
{
"name": "letterboxd-profile",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"build": "echo(\"No build step\")"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/compression": "^1.7.5",
"@types/express": "^5.0.0",
"@types/html-minifier-terser": "^7.0.2",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.9.0",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
},
"dependencies": {
"@netlify/functions": "^2.8.2",
"compression": "^1.7.5",
"express": "^4.21.1",
"html-minifier-terser": "^7.2.0",
"jsdom": "^25.0.1",
"posthtml": "^0.16.6",
"posthtml-inline-assets": "^3.1.0",
"rss-parser": "^3.13.0",
"satori": "^0.11.3",
"satori-html": "^0.3.2",
"serverless-http": "^3.2.0"
}
}