-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
42 lines (42 loc) · 940 Bytes
/
package.json
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
34
35
36
37
38
39
40
41
42
{
"name": "serverless-dynamodb-client",
"version": "0.0.2",
"engines": {
"node": ">=4.0"
},
"description": "Serverless dynamodb client plugin",
"author": "99xtechnology.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/99xt/serverless-dynamodb-client"
},
"keywords": [
"serverless framework plugin",
"serverless applications",
"serverless plugins",
"api gateway",
"lambda",
"dynamodb",
"dynamodb client",
"dynamodb local",
"aws",
"aws lambda",
"aws dynamodb",
"aws dynamodb client",
"amazon",
"amazon web services",
"serverless.com"
],
"main": "index.js",
"bin": {},
"scripts": {
"test": "echo \"Warning: no test specified\" && exit 0"
},
"devDependencies": {
"typescript": "^4.1.3"
},
"dependencies": {
"aws-sdk": "^2.824.0"
}
}