Files
buildpath/match_collector/package.json

20 lines
360 B
JSON

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