-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.28 KB
/
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
43
44
{
"name": "qldb-simple-demo",
"version": "1.0.0",
"description": "Simple demo for QLDB",
"main": "index.js",
"scripts": {
"lint": "eslint . --fix",
"sls": "serverless"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mlewis7127/qldb-simple-demo.git"
},
"author": "Matt Lewis",
"license": "ISC",
"bugs": {
"url": "https://github.com/mlewis7127/qldb-simple-demo/issues"
},
"homepage": "https://github.com/mlewis7127/qldb-simple-demo#readme",
"dependencies": {
"@aws-lambda-powertools/logger": "^0.2.0",
"@aws-lambda-powertools/metrics": "^0.2.0",
"@aws-lambda-powertools/tracer": "^0.2.0",
"@middy/core": "^2.5.4",
"amazon-qldb-driver-nodejs": "^1.0.0",
"aws-sdk": "^2.814.0",
"aws-xray-sdk-core": "^3.1.0",
"cfn-response-promise": "^1.0.1",
"dateformat": "^3.0.3",
"ion-js": "^4.0.1",
"jsbi": "^3.1.3"
},
"devDependencies": {
"eslint": "^7.7.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"serverless": "^2.70.0",
"serverless-aws-documentation": "^1.1.0",
"serverless-esbuild": "^1.22.0",
"serverless-iam-roles-per-function": "^3.2.0-e97ab49",
"serverless-pseudo-parameters": "^2.5.0",
"serverless-reqvalidator-plugin": "^1.0.3"
}
}