Files
buildpath/patch_detector/package.json
vhaudiquet e6848435d4
All checks were successful
pipeline / build-and-push-images (push) Successful in 14s
pipeline / deploy (push) Successful in 7s
Fix patch_detector :)
2024-12-13 19:12:10 +01:00

20 lines
362 B
JSON

{
"name": "patch_detector",
"version": "1.0.0",
"main": "index.ts",
"type": "commonjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"mongodb": "^6.10.0"
},
"devDependencies": {
"@types/node": "^22.10.1",
"tsx": "^4.19.2"
}
}