Skip to content

Commit

Permalink
chore(package.json): improve dependency declaration (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
NimmLor committed Apr 14, 2023
1 parent 3472627 commit 8aca594
Show file tree
Hide file tree
Showing 2 changed files with 4,221 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,18 @@
"engines": {
"node": ">=14.0.0"
},
"peerDependencies": {
"@aws-sdk/lib-dynamodb": "^3.0.0",
"@aws-sdk/client-dynamodb": "^3.0.0"
},
"devDependencies": {
"@types/jest": "^29.2.1",
"@types/node": "^14.14.16",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"@aws-sdk/lib-dynamodb": "^3.287.0",
"@aws-sdk/client-dynamodb": "^3.287.0",
"@aws-sdk/util-dynamodb": "^3.287.0",
"coveralls": "^3.1.0",
"eslint": "^8.2.0",
"jest": "^29.2.2",
Expand Down
Loading

0 comments on commit 8aca594

Please sign in to comment.