-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
35 lines (35 loc) · 1012 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
{
"name": "coderyuan-image-server",
"version": "1.0.0",
"description": "An image server for a personal user which can upload image and convert to webp, or transmit webp/png images auto by parsing accepts.",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/yuanguozheng/coderyuan-image-server.git"
},
"keywords": [
"image",
"nodejs",
"webp"
],
"author": "yuanguozheng",
"license": "MIT",
"bugs": {
"url": "https://github.com/yuanguozheng/coderyuan-image-server/issues"
},
"homepage": "https://github.com/yuanguozheng/coderyuan-image-server#readme",
"dependencies": {
"express": "^5.0.1",
"js-yaml": "^4.1.0",
"moment": "^2.21.0",
"multer": "^1.4.4-lts.1",
"node-addon-api": "^8.2.1",
"sharp": "^0.33.5"
},
"devDependencies": {
"node-gyp": "^10.2.0"
}
}