From 0fe3d3c8d179c3f32e958b66eb75ac065fc189b6 Mon Sep 17 00:00:00 2001 From: Anish Karandikar Date: Thu, 9 Aug 2018 10:27:25 -0400 Subject: [PATCH] chore(package): Add name, version etc (#55) --- package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/package.json b/package.json index f5bbe8cc..ca4d85f7 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,15 @@ { + "name": "realworld-dynamodb-lambda", + "version": "1.0.0", + "description": "A serverless backend implementation for RealWorld using AWS DynamoDB + Lambda", + "keywords": [ + "realworld", + "aws", + "lambda", + "dynamodb", + "serverless" + ], + "license": "MIT", "scripts": { "lint": "eslint src/ test/", "test": "npm run lint && ./test-api-local.sh",