{ "name": "appreports", "version": "1.0.0", "description": "Log and view application reports over http requests", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://git.scode.ovh/sapphirecode/appreports.git" }, "author": "Timo Hocker", "license": "GPL-3.0-or-later", "dependencies": { "express": "^4.17.1", "postgresupdater": "^1.0.0" } }