UNPKG

583 BJSONView Raw
1{
2 "name": "@plumjs/jwt",
3 "version": "1.0.0-alpha.c6eb127b",
4 "description": "Plumier authorization module using JWT",
5 "main": "lib/index.js",
6 "types": "lib/index.d.ts",
7 "scripts": {
8 "compile": "tsc -p tsconfig.build.json"
9 },
10 "author": "Ketut Sandiarsa",
11 "license": "MIT",
12 "dependencies": {
13 "@plumjs/core": "1.0.0-alpha.c6eb127b",
14 "koa-jwt": "^3.3.2",
15 "tslib": "^1.9.2"
16 },
17 "bugs": {
18 "url": "https://github.com/ktutnik/plumier/issues"
19 },
20 "homepage": "https://github.com/ktutnik/plumier",
21 "publishConfig": {
22 "access": "public"
23 }
24}