chore: update package.json infos
This commit is contained in:
parent
7f01409c7d
commit
f0d68dc68e
3 changed files with 13 additions and 13 deletions
|
@ -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
|
Based on https://github.com/churchtools/churchtools-js-client/tree/master/examples/Node.js
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
- copy and fill in settings.js.example to settings.js
|
- `npm run setup` (npm install, copy and fill in settings.js.example to settings.js)
|
||||||
- npm install
|
- `npm start`
|
||||||
- npm start
|
|
||||||
|
|
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
"name": "churchtools-js-client-demo",
|
"name": "churchtools-carvent",
|
||||||
"version": "1.0.0",
|
"version": "0.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "churchtools-js-client-demo",
|
"name": "churchtools-carvent",
|
||||||
"version": "1.0.0",
|
"version": "0.1",
|
||||||
"license": "Apache-2.0",
|
"license": "GPL",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@churchtools/churchtools-client": "^1.2.3",
|
"@churchtools/churchtools-client": "^1.2.3",
|
||||||
"axios-cookiejar-support": "^4.0.0",
|
"axios-cookiejar-support": "^4.0.0",
|
||||||
|
|
11
package.json
11
package.json
|
@ -1,13 +1,14 @@
|
||||||
{
|
{
|
||||||
"name": "churchtools-js-client-demo",
|
"name": "churchtools-carvent",
|
||||||
"version": "1.0.0",
|
"version": "0.1",
|
||||||
"description": "Simple demo application for churchtools-js-client",
|
"description": "Merge Evet PDFs",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"setup": "npm install && cp -nv settings.js.template settings.js",
|
||||||
"start": "node index.js"
|
"start": "node index.js"
|
||||||
},
|
},
|
||||||
"author": "Jan Pawellek <jpawellek@churchtools.de>",
|
"author": "Melonion",
|
||||||
"license": "Apache-2.0",
|
"license": "GPL",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@churchtools/churchtools-client": "^1.2.3",
|
"@churchtools/churchtools-client": "^1.2.3",
|
||||||
"axios-cookiejar-support": "^4.0.0",
|
"axios-cookiejar-support": "^4.0.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue