Files
oneuptime/data-ingestor/package.json

35 lines
1021 B
JSON

{
"name": "data-ingestor",
"version": "3.0.0",
"description": "A project to handle all probe related processing",
"main": "index.js",
"scripts": {
"start": "node --max-old-space-size=14336 index.js",
"dev": "cross-env NODE_ENV=development nodemon --inspect=0.0.0.0 index.js",
"audit": "npm audit --audit-level=low",
"dep-check": "depcheck ./ --skip-missing=true"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@sentry/node": "^6.16.1",
"@sentry/tracing": "^6.16.1",
"axios": "^0.24.0",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"custom-env": "^2.0.1",
"express": "^4.17.2",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"mongodb": "^4.3.0",
"p-iteration": "^1.1.8",
"uuid": "^8.3.2",
"winston": "^3.4.0",
"winston-slack-webhook-transport": "^2.1.0"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}