AppReports/package.json
2019-08-29 11:35:53 +02:00

19 lines
443 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": {
"postgresupdater": "^1.0.0"
}
}