-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
44 lines (44 loc) · 1.16 KB
/
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
40
41
42
43
44
{
"name": "@browserbox/chai",
"version": "8.1.2",
"type": "module",
"description": "chai - convert your documents to images by way of PDF",
"main": "src/index.js",
"scripts": {
"start": "(npx pm2 delete run-docspark || true) && ./scripts/run-docspark.sh",
"test": "node --watch ./src/index.js -- 8080",
"clean": "(rm package-lock.json || true) && rm -rf node_modules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dosyago/chai.git"
},
"keywords": [
"documentspark",
"chai",
"browserbox",
"secure-document-gateway",
"pdf",
"cdr",
"secure-document-viewer",
"pdf-viewer",
"docx-viewer",
"image"
],
"author": "@dosy",
"bugs": {
"url": "https://github.com/dosyago/chai/issues"
},
"homepage": "https://github.com/dosyago/chai#readme",
"dependencies": {
"@dosyago/rainsum": "^1.1.1",
"compression": "latest",
"csurf": "latest",
"express": "latest",
"express-rate-limit": "latest",
"express-session": "latest",
"multer": "latest",
"serve-index": "latest"
},
"license": "(PolyForm-Noncommercial-1.0.0 OR Dosyago-Commercial-License-1.1.1-or-later)"
}