FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cdk-lambda-apigateway/package.json at develop · DevSecOpsSamples/cdk-lambda-apigateway · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
DevSecOpsSamples
/
cdk-lambda-apigateway
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Issues
3
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
cdk-lambda-apigateway
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
26 lines (26 loc) · 501 Bytes
Breadcrumbs
cdk-lambda-apigateway
/
package.json
Copy path
File metadata and controls
26 lines (26 loc) · 501 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
apigw-test
"
,
"version"
:
"
0.1.0
"
,
"bin"
: {
"apigw-test"
:
"
bin/apigw-test.js
"
},
"scripts"
: {
"build"
:
"
tsc
"
,
"watch"
:
"
tsc -w
"
,
"test"
:
"
jest
"
,
"cdk"
:
"
cdk
"
},
"devDependencies"
: {
"aws-cdk"
:
"
2.15.0
"
,
"@types/jest"
:
"
^26.0.10
"
,
"@types/node"
:
"
10.17.27
"
,
"jest"
:
"
^26.4.2
"
,
"ts-jest"
:
"
^26.2.0
"
,
"ts-node"
:
"
^9.0.0
"
,
"typescript"
:
"
~3.9.7
"
},
"dependencies"
: {
"aws-cdk-lib"
:
"
2.33.0
"
,
"constructs"
:
"
^10.0.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL