We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951ebd5 commit 2a25aceCopy full SHA for 2a25ace
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "dynamodb-toolbox",
3
"version": "1.0.0-beta",
4
- "description": "",
+ "description": "A simple set of tools for working with Amazon DynamoDB and the DocumentClient.",
5
"author": "Jeremy Daly <jeremy@jeremydaly.com>",
6
"main": "index.js",
7
"scripts": {
@@ -17,6 +17,12 @@
17
"type": "git",
18
"url": "git+https://github.com/jeremydaly/dynamodb-toolbox.git"
19
},
20
+ "keywords": [
21
+ "serverless",
22
+ "aws",
23
+ "dynamodb",
24
+ "nosql"
25
+ ],
26
"bugs": {
27
"url": "https://github.com/jeremydaly/dynamodb-toolbox/issues"
28
0 commit comments