carvent/package.json

19 lines
453 B
JSON
Raw Permalink Normal View History

2023-02-24 23:09:16 +00:00
{
2023-02-25 10:03:35 +00:00
"name": "churchtools-carvent",
"version": "0.1",
"description": "Merge Evet PDFs",
2023-02-24 23:09:16 +00:00
"main": "index.js",
"scripts": {
2023-02-25 10:03:35 +00:00
"setup": "npm install && cp -nv settings.js.template settings.js",
2023-02-24 23:09:16 +00:00
"start": "node index.js"
},
2023-02-25 10:03:35 +00:00
"author": "Melonion",
"license": "GPL",
2023-02-24 23:09:16 +00:00
"dependencies": {
2023-07-27 15:06:39 +00:00
"@churchtools/churchtools-client": "^1.3.8",
"axios-cookiejar-support": "^4.0.7",
"pdf-merger-js": "^4.3.0",
"tough-cookie": "^4.1.3"
2023-02-24 23:09:16 +00:00
}
}