Files
oneuptime/probe-api/package.json
Nawaz Dhandala bfa53c96ae fix dockerfiles
2022-01-19 12:23:34 +00:00

34 lines
1008 B
JSON

{
"name": "probe-api",
"version": "3.0.0",
"description": "A project to handle all resource fetching or update for probes",
"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": "Jude Ojini",
"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",
"uuid": "^8.3.2",
"winston": "^3.4.0",
"winston-slack-webhook-transport": "^2.1.0"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}