AppReports/package.json

21 lines
500 B
JSON
Raw Normal View History

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",
2019-09-26 14:20:40 +02:00
"postgresupdater": "^1.0.13"
2019-07-04 12:21:37 +02:00
}
}