From 11337d88516f430383905e21d8dc47d08264b64f Mon Sep 17 00:00:00 2001 From: iyobo Date: Mon, 15 Jul 2019 08:10:39 -0500 Subject: [PATCH] added keywords --- package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/package.json b/package.json index 925465f..a2d7057 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,17 @@ "version": "1.3.1", "description": "This is a Typescript routing controller system for KoaJS 2+. Define your REST API endpoints using classes and decorators.", "main": "dist/index.js", + "keywords": [ + "koa", + "router", + "typescript", + "controller", + "rest", + "api", + "versioning", + "openapi 3", + "oas3" + ], "repository": { "type": "github", "url": "https://github.com/iyobo/koa-ts-controllers"