Files
buildpath/match_collector/package.json
2024-11-21 19:39:22 +01:00

16 lines
283 B
JSON

{
"name": "match_collector",
"version": "1.0.0",
"main": "index.js",
"type": "commonjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"mongodb": "^6.10.0"
}
}