PTS/ddtrust-backend-master/package.json

21 lines
420 B
JSON
Raw Normal View History

2024-04-09 12:30:03 +00:00
{
"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",
2024-04-20 08:28:45 +00:00
"express": "^4.19.2",
"mariadb": "^3.3.0"
2024-04-09 12:30:03 +00:00
}
}