chore: update package.json infos

This commit is contained in:
xeruf 2023-02-25 11:03:35 +01:00
parent 7f01409c7d
commit f0d68dc68e
3 changed files with 13 additions and 13 deletions

View File

@ -5,6 +5,5 @@ Fetches all PDFs for upcoming events, concatenates them and uploads them as atta
Based on https://github.com/churchtools/churchtools-js-client/tree/master/examples/Node.js
## Getting Started
- copy and fill in settings.js.example to settings.js
- npm install
- npm start
- `npm run setup` (npm install, copy and fill in settings.js.example to settings.js)
- `npm start`

10
package-lock.json generated
View File

@ -1,13 +1,13 @@
{
"name": "churchtools-js-client-demo",
"version": "1.0.0",
"name": "churchtools-carvent",
"version": "0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "churchtools-js-client-demo",
"version": "1.0.0",
"license": "Apache-2.0",
"name": "churchtools-carvent",
"version": "0.1",
"license": "GPL",
"dependencies": {
"@churchtools/churchtools-client": "^1.2.3",
"axios-cookiejar-support": "^4.0.0",

View File

@ -1,13 +1,14 @@
{
"name": "churchtools-js-client-demo",
"version": "1.0.0",
"description": "Simple demo application for churchtools-js-client",
"name": "churchtools-carvent",
"version": "0.1",
"description": "Merge Evet PDFs",
"main": "index.js",
"scripts": {
"setup": "npm install && cp -nv settings.js.template settings.js",
"start": "node index.js"
},
"author": "Jan Pawellek <jpawellek@churchtools.de>",
"license": "Apache-2.0",
"author": "Melonion",
"license": "GPL",
"dependencies": {
"@churchtools/churchtools-client": "^1.2.3",
"axios-cookiejar-support": "^4.0.0",