diff --git a/package.json b/package.json new file mode 100644 index 0000000..4ecd4d4 --- /dev/null +++ b/package.json @@ -0,0 +1,37 @@ +{ + "name": "@odit/lfk-document-server", + "version": "0.0.1", + "description": "The document generation server for the LfK! runner system. This generates certificates, sponsoring aggreements and more", + "main": "src/app.ts", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git@git.odit.services:lfk/document-server.git" + }, + "keywords": [ + "odit", + "lfk", + "pdf", + "generate" + ], + "author": { + "name": "ODIT.Services", + "email": "info@odit.services", + "url": "https://odit.services" + }, + "contributors": [ + { + "name": "Philipp Dormann", + "email": "philipp@philippdormann.de", + "url": "https://philippdormann.de" + }, + { + "name": "Nicolai Ort", + "email": "info@nicolai-ort.com", + "url": "https://nicolai-ort.com" + } + ], + "license": "CC-BY-NC-SA-4.0" +}