PTS/ddtrust-backend-master/package.json
2024-04-20 10:28:45 +02:00

21 lines
420 B
JSON

{
"name": "ddtrust-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@gitlab.ptspaper.de:scs/ddtrust-backend.git"
},
"author": "",
"dependencies": {
"bson": "^5.3.0",
"express": "^4.19.2",
"mariadb": "^3.3.0"
}
}