Skip to content

Commit

Permalink
chore: yarn init -y (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Feb 28, 2022
1 parent 6d99004 commit 372f263
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "aws-sdk-js-codemod",
"version": "0.0.1",
"description": "Codemods for AWS SDK for JavaScript",
"main": "dist/index.js",
"repository": "[email protected]:trivikr/aws-sdk-js-codemod.git",
"author": "Kamat, Trivikram <[email protected]>",
"license": "MIT",
"private": false
}

0 comments on commit 372f263

Please sign in to comment.