-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 1017 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
{
"name": "serverless-api-gateway-lambda-dynamodb-example",
"version": "1.0.0",
"description": "This project demonstrate usage of Serverless framework for creating a Rest API using API gateway, Lambda and Dynamodb for persistance",
"main": "hello-controller.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nitin D",
"dependencies": {
"aws-sdk": "2.692.0",
"uuid": "8.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nrdio/serverless-api-gateway-lambda-dynamodb-example.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/nrdio/serverless-api-gateway-lambda-dynamodb-example.git/issues"
},
"homepage": "https://github.com/nrdio/serverless-api-gateway-lambda-dynamodb-example.gitt#readme",
"devDependencies": {
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.21.2"
}
}