diff --git a/package.json b/package.json index 62aacb9..588f993 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,19 @@ { - "name": "bt-typescript-npm-starter", + "name": "@shallot/aws", "version": "1.0.4", - "description": "A starter repo for Typescript modules", + "description": "A robust middleware framework for AWS Lambda", "keywords": [ - "typescript" + "middleware", + "aws", + "serverless", + "aws-lambda", + "lambda", + "typescript", + "middy" ], "main": "dist/index.js", + "repository": "https://github.com/ShallotJS/shallot-aws.git", "types": "./dist/src/index.d.ts", - "repository": "https://github.com/baileytincher/typescript-npm-starter", "author": "Bailey Tincher ", "license": "MIT", "private": false,