Skip to content

Commit 559420f

Browse files
docs(package-json): update description and keywords
1 parent 80e3560 commit 559420f

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

package.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,28 @@
11
{
22
"name": "@shiftcoders/dynamo-easy",
3-
"version": "2.0.0",
4-
"description": "Use the power of typescript to define your object mapping when using dynamoDB. This library also provides a fluent api for easy interaction with dynamoDB.",
3+
"version": "0.0.0",
4+
"description": "DynamoDB client for NodeJS and browser with a fluent api to build requests. We take care of the type mapping between JS and DynamoDB, customizable trough typescript decorators.",
55
"keywords": [
66
"api",
77
"aws",
88
"dynamo",
9+
"dynamo client",
910
"dynamodb",
11+
"dynamodb client",
12+
"expression",
13+
"expression builder",
14+
"filter expression",
1015
"fluent-api",
16+
"lambda",
1117
"mapper",
18+
"objectmapper",
1219
"orm",
20+
"serverless",
1321
"typescript",
14-
"typescript-decorators"
22+
"typescript-decorators",
23+
"update expression"
1524
],
25+
"homepage": "https://shiftcode.gitbook.io/dynamo-easy/",
1626
"repository": {
1727
"type": "git",
1828
"url": "https://github.com/shiftcode/dynamo-easy"

0 commit comments

Comments
 (0)