We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e341bb3 commit 57a7f0aCopy full SHA for 57a7f0a
package.json
@@ -1,13 +1,19 @@
1
{
2
- "name": "bt-typescript-npm-starter",
+ "name": "@shallot/aws",
3
"version": "1.0.4",
4
- "description": "A starter repo for Typescript modules",
+ "description": "A robust middleware framework for AWS Lambda",
5
"keywords": [
6
- "typescript"
+ "middleware",
7
+ "aws",
8
+ "serverless",
9
+ "aws-lambda",
10
+ "lambda",
11
+ "typescript",
12
+ "middy"
13
],
14
"main": "dist/index.js",
15
+ "repository": "https://github.com/ShallotJS/shallot-aws.git",
16
"types": "./dist/src/index.d.ts",
- "repository": "https://github.com/baileytincher/typescript-npm-starter",
17
"author": "Bailey Tincher <[email protected]>",
18
"license": "MIT",
19
"private": false,
0 commit comments