-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 782 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "@spreen/dynamo-objects",
"version": "1.0.9",
"description": "Type Safe DynamoDB Objects in TypeScript.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/yspreen/dynamo-objects"
},
"bugs": {
"url": "https://github.com/yspreen/dynamo-objects/issues"
},
"homepage": "https://github.com/yspreen/dynamo-objects",
"author": "Nick Spreen <npm-author@spreen.co>",
"license": "MIT",
"private": false,
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.535.0",
"@aws-sdk/lib-dynamodb": "^3.535.0"
},
"devDependencies": {
"@types/express": "^4.17.21",
"typescript": "^5.4.2"
},
"keywords": [
"typescript",
"datamapper",
"DynamoDB",
"aws",
"amazon",
"nosql"
]
}