forked from kodira/carbone-docker
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 711 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 711 Bytes
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
{
"name": "carbone-docker",
"version": "0.1.5",
"description": "All what you need to build a standalone carbone.io Docker image",
"main": "index.js",
"author": "Daniil Tomilow <daniil.tomilow@gmail.com>",
"contributors": [
{
"name": "Florian Bezagu <florian@bezagu.com>"
}
],
"license": "MIT",
"scripts": {
"start": "node index.js",
"release": "standard-version -t ''"
},
"dependencies": {
"adm-zip": "^0.5.9",
"carbone": "^3.2.3",
"fastify": "^3.24.1",
"fastify-multer": "^2.0.2",
"fs-extra": "^7.0.1",
"mime-types": "^2.1.34",
"mkdirp": "^0.5.5",
"sharp": "^0.30.6"
},
"devDependencies": {
"standard-version": "^9.3.2"
}
}