Skip to content

Commit 0fe3d3c

Browse files
authored
chore(package): Add name, version etc (#55)
1 parent 07aa3aa commit 0fe3d3c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
{
2+
"name": "realworld-dynamodb-lambda",
3+
"version": "1.0.0",
4+
"description": "A serverless backend implementation for RealWorld using AWS DynamoDB + Lambda",
5+
"keywords": [
6+
"realworld",
7+
"aws",
8+
"lambda",
9+
"dynamodb",
10+
"serverless"
11+
],
12+
"license": "MIT",
213
"scripts": {
314
"lint": "eslint src/ test/",
415
"test": "npm run lint && ./test-api-local.sh",

0 commit comments

Comments
 (0)