Skip to content

Commit

Permalink
install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lnart committed Apr 19, 2024
1 parent 5ba0fa3 commit 5af23a8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
14 changes: 13 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon src/index",
"dev": "nodemon src/index.ts",
"start": "tsc && node dist/index.js",
"format": "npx prettier . --write",
"format:check": "npx prettier . --check",
Expand Down Expand Up @@ -38,7 +38,8 @@
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"vitest": "^1.4.0",
"zod": "^3.22.4"
"zod": "^3.22.4",
"zod-validation-error": "^3.1.0"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
Expand Down

0 comments on commit 5af23a8

Please sign in to comment.