Skip to content

Commit

Permalink
chore(package): Add name, version etc (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
anishkny authored Aug 9, 2018
1 parent 07aa3aa commit 0fe3d3c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0fe3d3c

Please sign in to comment.