{ "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", "dependencies": { "@odit/class-validator-jsonschema": "^2.1.1", "consola": "^2.15.0", "dotenv": "^8.2.0", "express": "^4.17.1", "routing-controllers": "^0.9.0-alpha.6", "routing-controllers-openapi": "^2.2.0" }, "devDependencies": { "@odit/license-exporter": "^0.0.9", "@types/express": "^4.17.11", "@types/node": "^14.14.22", "nodemon": "^2.0.7", "release-it": "^14.2.2", "rimraf": "^3.0.2", "ts-node": "^9.1.1", "typescript": "^4.1.3" } }