Skip to content

Commit 57a7f0a

Browse files
committed
Fix package.json
1 parent e341bb3 commit 57a7f0a

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
{
2-
"name": "bt-typescript-npm-starter",
2+
"name": "@shallot/aws",
33
"version": "1.0.4",
4-
"description": "A starter repo for Typescript modules",
4+
"description": "A robust middleware framework for AWS Lambda",
55
"keywords": [
6-
"typescript"
6+
"middleware",
7+
"aws",
8+
"serverless",
9+
"aws-lambda",
10+
"lambda",
11+
"typescript",
12+
"middy"
713
],
814
"main": "dist/index.js",
15+
"repository": "https://github.com/ShallotJS/shallot-aws.git",
916
"types": "./dist/src/index.d.ts",
10-
"repository": "https://github.com/baileytincher/typescript-npm-starter",
1117
"author": "Bailey Tincher <[email protected]>",
1218
"license": "MIT",
1319
"private": false,

0 commit comments

Comments
 (0)