-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 945 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
{
"name": "memerizer",
"version": "1.0.4",
"private": true,
"scripts": {
"start": "node --optimize_for_size --max_old_space_size=460 --gc_interval=100 ./bin/www",
"test": "mocha",
"build": "npm install --build-from-source"
},
"dependencies": {
"canvas": "^2.10.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"debug": "^4.3.1",
"express": "^4.18.1",
"express-fileupload": "^1.2.0",
"express-rate-limit": "^6.6.0",
"glitch-canvas": "^1.1.10",
"gm": "^1.23.1",
"helmet": "^6.0.0",
"http-errors": "^2.0.0",
"is-uri": "^1.2.4",
"jimp": "^0.16.0",
"morgan": "^1.10.0",
"serve-favicon": "^2.5.0",
"word-wrap": "^1.2.3"
},
"devDependencies": {
"chai": "^4.3.6",
"is-base64": "^1.1.0",
"mocha": "^10.0.0",
"supertest": "^6.2.4"
}
}