work-time-calculator/package.json
2023-11-11 15:13:20 +02:00

24 lines
512 B
JSON

{
"name": "work_time_calculator",
"version": "1.0.0",
"description": "",
"private": true,
"type": "module",
"scripts": {
"build": "tsc"
},
"author": "Marko Korhonen",
"devDependencies": {
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"eslint-config-prettier": "^9.0.0",
"nexe": "^4.0.0-rc.2",
"typescript": "^5.2.2"
},
"dependencies": {
"chalk": "^5.3.0",
"dayjs": "^1.11.10",
"nodemailer": "^6.9.7",
"pg": "^8.11.3"
}
}