Files
oneuptime/common-server/package.json
2022-03-22 14:34:04 +00:00

28 lines
667 B
JSON

{
"name": "common-server",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"compile": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@elastic/elasticsearch": "^8.1.0",
"@types/json2csv": "^5.0.3",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"mongodb": "^4.4.1",
"winston": "^3.6.0"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/node": "^17.0.22"
}
}