-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 902 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
38
39
{
"name": "express-imgwiz",
"version": "0.1.5-1",
"description": "Convert, format images on-the-fly middleware for expressjs",
"main": "build/index.js",
"type": "build/*",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hieunc229/express-imgwiz.git"
},
"keywords": [
"image",
"resize",
"sharp",
"express",
"middleware"
],
"author": "Hieu C. Nguyen",
"license": "See LICENSE",
"bugs": {
"url": "https://github.com/hieunc229/express-imgwiz/issues"
},
"homepage": "https://github.com/hieunc229/express-imgwiz#readme",
"devDependencies": {
"@types/mkdirp": "^1.0.0",
"typescript": "^3.9.3"
},
"peerDependencies": {
"express": "*"
},
"dependencies": {
"file-type": "^14.5.0",
"mkdirp": "^1.0.4",
"sharp": "^0.25.3"
}
}