Skip to content

Commit 372f263

Browse files
authored
chore: yarn init -y (#1)
1 parent 6d99004 commit 372f263

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "aws-sdk-js-codemod",
3+
"version": "0.0.1",
4+
"description": "Codemods for AWS SDK for JavaScript",
5+
"main": "dist/index.js",
6+
"repository": "[email protected]:trivikr/aws-sdk-js-codemod.git",
7+
"author": "Kamat, Trivikram <[email protected]>",
8+
"license": "MIT",
9+
"private": false
10+
}

0 commit comments

Comments
 (0)