-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 964 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
36
37
{
"name": "image-cropper",
"version": "0.0.1",
"description": "Its a mee",
"main": "index.js",
"scripts": {
"dev": "npm install && nodemon --ignore 'tmp/*' ./index.js",
"start": "forever ./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SemanticLab/image-cropper.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SemanticLab/image-cropper/issues"
},
"homepage": "https://github.com/SemanticLab/image-cropper#readme",
"dependencies": {
"@aws-sdk/client-s3": "^3.32.0",
"body-parser": "^1.19.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-fileupload": "^1.2.0",
"express-session": "^1.17.1",
"glob": "^7.1.6",
"gm": "^1.23.1",
"got": "^11.8.1",
"image-size": "^0.9.3",
"nodemon": "^2.0.6",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"uuid": "^8.3.2",
"wikibase-edit": "^4.11.8"
}
}