You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
352 B
JSON
19 lines
352 B
JSON
{
|
|
"name": "docs2pdf",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "//ADB",
|
|
"license": "",
|
|
"dependencies": {
|
|
"moment": "^2.29.2",
|
|
"pdf-merger-js": "^3.4.0",
|
|
"puppeteer": "^13.5.2"
|
|
}
|
|
}
|