forked from IMA-WorldHealth/coral
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 848 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 848 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
31
32
33
34
35
36
37
38
39
{
"name": "@ima-worldhealth/coral",
"version": "4.3.0",
"description": "PDF renderer based on puppeteer than inlines assets",
"main": "index.js",
"author": "jniles",
"license": "MIT",
"scripts": {
"test": "node --test test/pdf.test.js",
"release": "release-it --disable-metrics"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"release-it": {
"github": {
"release": true
},
"npm": {
"release": true
},
"hooks": {
"before:init": "npm test"
}
},
"dependencies": {
"debug": "^4.1.1",
"inline-source": "^8.0.2",
"puppeteer": "^24.32.0",
"puppeteer-cluster": "^0.25.0"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"eslint": "^9.19.0",
"file-type": "^16.2.0",
"globals": "^16.3.0",
"release-it": "^19.0.4"
}
}