-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
29 lines (29 loc) · 869 Bytes
/
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
{
"name": "ebook_nodejs",
"version": "1.0.0",
"description": "A Node.js Ebook by GENTILHOMME Thomas.",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate:pdf": "node scripts/generatePdf.js && node scripts/generatePdf.js --lang fr"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fraxken/ebook_nodejs.git"
},
"keywords": [],
"author": "GENTILHOMME Thomas <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fraxken/ebook_nodejs/issues"
},
"homepage": "https://github.com/fraxken/ebook_nodejs#readme",
"dependencies": {
"@myunisoft/html-to-pdf": "^1.6.1",
"@nodesecure/fs-walk": "^2.0.0",
"@rossbob/image-to-base64": "^3.0.1",
"jsdom": "^24.1.0",
"marked": "^13.0.2",
"marked-alert": "^2.0.1"
}
}