Skip to content

Commit

Permalink
feat: add @Nerdware type-safety utils
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-anderson committed Feb 15, 2024
1 parent 7c335b0 commit ea251eb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
],
"scripts": {
"lint": "eslint src",
"postlint": "npm run test:types",
"test": "vitest run",
"test:ci": "eslint src && vitest run --coverage --bail=1 --silent",
"test:types": "tsc --project tsconfig.json --noEmit --skipLibCheck",
Expand All @@ -46,6 +47,7 @@
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.398.0",
"@aws-sdk/lib-dynamodb": "^3.398.0",
"@nerdware/ts-type-safety-utils": "^1.0.7",
"dayjs": "^1.11.9"
},
"devDependencies": {
Expand Down

0 comments on commit ea251eb

Please sign in to comment.