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