forked from openlabs/docker-wkhtmltopdf-aas
-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
53 lines (53 loc) · 1.62 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
45
46
47
48
49
50
51
52
53
{
"name": "docker-wkhtmltopdf-ass",
"version": "2.4.5",
"description": "A PDF Serice API that renders HTML templates to PDF",
"author": "",
"main": "app.coffee",
"license": "ISC",
"scripts": {
"version": "coffee --version",
"start": "while true; do coffee app.coffee; done",
"test": "nyc --extension .coffee mocha --exit --recursive --compilers coffee:coffee-script/register --require coffee-coverage/register-istanbul test.coffee --timeout 5000 && nyc report --reporter=lcov --extension .coffee",
"nyc": "nyc",
"lint": "coffeelint app.coffee test.coffee",
"ncu": "ncu",
"ncupdate": "ncu -u"
},
"dependencies": {
"bluebird": "^3.7.2",
"body-parser": "^1.20.2",
"bootprint": "^4.0.4",
"bootprint-openapi": "^4.0.4",
"child_process": "^1.0.2",
"child-process-promise": "^2.2.1",
"coffeescript": "^2.7.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-basic-auth": "^1.2.1",
"express-healthcheck": "^0.1.0",
"express-prom-bundle": "^6.6.0",
"express-status-monitor": "^1.3.4",
"forever": "^4.0.3",
"fs": "^0.0.1-security",
"fs-writefile-promise": "^3.0.2",
"helmet": "^7.1.0",
"http-auth": "^4.2.0",
"lodash": "^4.17.21",
"morgan": "^1.10.0",
"promisepipe": "^3.0.0",
"temp-write": "^5.0.0",
"tmp-promise": "^3.0.3"
},
"devDependencies": {
"chakram": "^1.5.0",
"codeclimate-test-reporter": "^0.5.1",
"coffee-coverage": "^3.0.1",
"coffeelint": "^2.1.0",
"mocha": "^10.2.0",
"npm-check-updates": "^16.14.11",
"nyc": "^15.1.0",
"supertest": "^6.3.3",
"textract": "^2.5.0"
}
}