oneuptime/realtime/package.json

33 lines
942 B
JSON
Raw Normal View History

{
"name": "realtime",
"version": "3.0.0",
"description": "A project to handle all realtime processing for Fyipe",
"main": "index.js",
"scripts": {
"start": "node --max-old-space-size=4096 index.js",
"dev": "cross-env NODE_ENV=development nodemon index.js",
"audit": "npm audit --audit-level=low",
"dep-check": "depcheck ./ --skip-missing=true"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@sentry/node": "^6.12.0",
"@sentry/tracing": "^6.12.0",
"axios": "^0.21.1",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"custom-env": "^2.0.1",
"express": "^4.17.1",
"lodash": "^4.17.21",
"socket.io": "^4.1.2",
"uuid": "^8.3.2",
"winston": "^3.3.3",
"winston-slack-webhook-transport": "^2.0.1"
},
"devDependencies": {
"nodemon": "^2.0.12"
}
}