Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dolisss authored Jan 12, 2025
1 parent 83f840d commit 7884153
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "cdk-scan-demo",
"version": "1.0.0",
"description": "This is a demo repository to scan CloudFormation templates. The scanned results can be viewed via the Nirmata Policy Manager.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}

0 comments on commit 7884153

Please sign in to comment.