Skip to content

Commit 7f4caeb

Browse files
committed
Set up top level package.json for cdk/cdklocal
1 parent 2edaaff commit 7f4caeb

File tree

3 files changed

+85
-0
lines changed

3 files changed

+85
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ __pycache__
2222

2323
volume/
2424
.idea
25+
node_modules

package-lock.json

Lines changed: 67 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "serverless-quiz-app",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"cdk": "cdk",
8+
"cdklocal": "cdklocal"
9+
},
10+
"keywords": [],
11+
"author": "",
12+
"license": "ISC",
13+
"dependencies": {
14+
"aws-cdk": "^2.171.0",
15+
"aws-cdk-local": "^2.19.0"
16+
}
17+
}

0 commit comments

Comments
 (0)