21 lines
499 B
JSON
21 lines
499 B
JSON
{
|
|
"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": {
|
|
"body-parser": "^1.19.0",
|
|
"express": "^4.17.1",
|
|
"postgresupdater": "^1.0.0"
|
|
}
|
|
}
|