-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.08 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
{
"name": "html-pdf-converter",
"description": "An HTML to PDF conversion service wrapper",
"version": "2.4.3",
"license": "MIT",
"author": "Joe Chapman [email protected]",
"repository": "git+https://github.com/UKHomeOffice/html-pdf-converter.git",
"bugs": {
"url": "https://github.com/UKHomeOffice/html-pdf-converter/issues"
},
"homepage": "https://github.com/UKHomeOffice/html-pdf-converter#readme",
"main": "index.js",
"scripts": {
"start": "node .",
"dev": "nodemon -r dotenv/config",
"unit": "LOG_LEVEL=silent mocha",
"lint": "eslint .",
"test": "npm run unit && npm run lint"
},
"dependencies": {
"body-parser": "^1.17.1",
"churchill": "1.1.1",
"debug": "^2.6.3",
"express": "^4.18.2",
"hof-logger": "2.0.0",
"lodash": "^4.17.21",
"mustache": "^2.3.2",
"puppeteer": "^3.3.0"
},
"devDependencies": {
"choma": "^1.2.1",
"dotenv": "^16.0.3",
"eslint": "^8.28.0",
"eslint-config-lennym": "^2.3.2",
"mocha": "^10.1.0",
"nodemon": "^2.0.20",
"sinon": "^2.4.1",
"supertest": "^3.4.2"
}
}