-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 821 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 821 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
29
30
31
32
33
{
"name": "mage-image-server",
"version": "1.0.0",
"description": "A simple Node.js REST API for uploading and resizing images",
"main": "src/app.mjs",
"type": "module",
"scripts": {
"start": "node src/app.mjs"
},
"dependencies": {
"@11ty/eleventy-img": "^6.0.4",
"@azure/cosmos": "^4.9.0",
"@azure/storage-blob": "^12.29.1",
"@octokit/rest": "^22.0.1",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"exif-parser": "^0.1.12",
"express": "^5.2.1",
"multer": "2.1.1",
"octokit": "^5.0.5",
"openai": "^6.15.0",
"png-metadata": "^1.0.2",
"slugify": "^1.6.6",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"uuid": "^13.0.0",
"winston": "^3.19.0",
"yaml": "2.8.3"
},
"devDependencies": {
"@biomejs/biome": "2.4.10"
}
}