Files
2026-07-16 20:48:43 -03:00

30 lines
756 B
JSON

{
"name": "notification-sender",
"version": "1.0.0",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "NODE_NO_WARNINGS=1 DOTENV_DISABLE_TELEMETRY=1 node --loader ts-node/esm src/index.ts",
"build": "tsc",
"start": "node dist/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/axios": "^0.9.36",
"@types/mongoose": "^5.11.96",
"@types/node": "^24.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.9.2"
},
"dependencies": {
"axios": "^1.12.1",
"dayjs": "^1.11.18",
"dotenv": "^16.6.1",
"mongoose": "^8.18.1",
"winston": "^3.17.0"
}
}