Skip to content

Commit

Permalink
Fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
baileytincher committed Apr 29, 2021
1 parent e341bb3 commit 57a7f0a
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <bailey.tincher@btin.io>",
"license": "MIT",
"private": false,
Expand Down

0 comments on commit 57a7f0a

Please sign in to comment.