-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 767 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 767 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
{
"name": "serverless-dynamodb-streams-example",
"version": "1.0.0",
"description": "A Node.js example for the Serverless Framework for working with dyanmodb streams",
"main": "handler.js",
"scripts": {
"test": "serverless-bundle test"
},
"license": "MIT",
"author": "Sumeru Chatterjee",
"repository": {
"type": "git",
"url": "https://github.com/sumchattering/serverless-dynamodb-streams-example.git"
},
"devDependencies": {
"aws-sdk": "^2.814.0",
"dotenv": "^8.0.0",
"serverless-bundle": "^1.2.3",
"serverless-dynamodb-local": "^0.2.38",
"serverless-export-env": "github:arabold/serverless-export-env",
"serverless-offline": "^5.3.3"
},
"dependencies": {
"joi": "^14.3.1",
"uuid": "^3.3.2"
}
}