Improve package.json
This commit is contained in:
parent
5726f76b3a
commit
409c6c2739
1 changed files with 26 additions and 22 deletions
16
package.json
16
package.json
|
@ -1,13 +1,19 @@
|
|||
{
|
||||
"name": "work_time_calculator",
|
||||
"$schema": "https://json.schemastore.org/package.json",
|
||||
"name": "work-time-calculator",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "src/main.ts",
|
||||
"scripts": {
|
||||
"build": "tsc"
|
||||
},
|
||||
"author": "Marko Korhonen",
|
||||
"keywords": [
|
||||
"work",
|
||||
"time",
|
||||
"calculator"
|
||||
],
|
||||
"author": "Marko Korhonen <marko@korhonen.cc>",
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.9.0",
|
||||
"@typescript-eslint/eslint-plugin": "^6.10.0",
|
||||
|
@ -17,8 +23,6 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"chalk": "^5.3.0",
|
||||
"dayjs": "^1.11.10",
|
||||
"nodemailer": "^6.9.7",
|
||||
"pg": "^8.11.3"
|
||||
"dayjs": "^1.11.10"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue