2019-07-04 12:21:37 +02:00
|
|
|
{
|
|
|
|
"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": {
|
2019-09-19 12:28:14 +02:00
|
|
|
"body-parser": "^1.19.0",
|
2019-09-02 08:22:57 +02:00
|
|
|
"express": "^4.17.1",
|
2020-01-23 08:41:45 +01:00
|
|
|
"postgresupdater": "^1.0.16"
|
2019-07-04 12:21:37 +02:00
|
|
|
}
|
|
|
|
}
|