-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 724 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 724 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
28
29
30
31
{
"name": "kendra-query-api-sample",
"version": "0.1.0",
"bin": {
"kendra-query-api": "bin/kendra-query-api.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"cdk": "cdk"
},
"devDependencies": {
"@aws-cdk/assert": "1.31.0",
"@aws-cdk/aws-apigateway": "^1.31.0",
"@aws-cdk/aws-iam": "^1.31.0",
"@aws-cdk/aws-lambda": "^1.31.0",
"@aws-cdk/aws-s3": "^1.31.0",
"@aws-cdk/core": "1.31.0",
"@types/jest": "^24.0.22",
"@types/node": "10.17.5",
"aws-cdk": "1.31.0",
"jest": "^24.9.0",
"source-map-support": "^0.5.16",
"ts-jest": "^24.1.0",
"ts-node": "^8.1.0",
"typescript": "~3.7.2"
},
"dependencies": {
"aws-sdk": "^2.651.0"
}
}