-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
executable file
·51 lines (51 loc) · 1.23 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "openstad-image-server",
"keywords": [
"generic",
"image",
"server",
"resize",
"cut",
"aspect",
"ratio",
"node",
"url"
],
"version": "1.0.1",
"description": "Amsterdam Image server, for uploading and resizing images",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "node ./scripts/clean.js"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.507.0",
"dotenv": "^6.0.0",
"express": "^4.17.1",
"express-json-error-handler": "^2.0.0",
"express-json-errors": "^1.0.5",
"gm": "^1.23.1",
"hat": "0.0.3",
"http": "0.0.0",
"http-proxy-middleware": "^0.19.0",
"image-steam": "^0.64.2",
"image-steam-s3": "^1.1.0",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"mysql2": "^3.1.2",
"passport": "^0.6.0",
"passport-http-bearer": "^1.0.1",
"sequelize": "^6.28.0",
"umzug": "^2.3.0",
"yargs": "^17.5.1"
},
"author": "Gemeente Amsterdam",
"license": "MIT",
"devDependencies": {
"eslint": "^8.40.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1"
}
}