diff --git a/package.json b/package.json index 098da0d..788c6fc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "koa-jwt", "version": "3.5.1", - "description": "Koa JWT authentication middleware.", + "description": "Koa middleware for validating JSON Web Tokens", "main": "./lib", "types": "types/index.d.ts", "keywords": [ @@ -16,6 +16,7 @@ "middleware", "token", "oauth", + "permissions", "koa" ], "repository": { @@ -126,4 +127,4 @@ "url": "https://github.com/koajs/jwt/issues" }, "homepage": "https://github.com/koajs/jwt" -} +} \ No newline at end of file