jwt-mock-server
Version:
Start a mock jwt authentication server for local development
37 lines (36 loc) • 720 B
JSON
{
"name": "jwt-mock-server",
"version": "0.0.10",
"description": "Start a mock jwt authentication server for local development",
"keywords": [
"jwt",
"mock",
"server",
"mock-server",
"jks",
"jwe",
"jwk"
],
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"cors": "^2.8.5",
"debug": "~2.6.9",
"express": "^4.18.2",
"http-errors": "~1.6.3",
"jsonwebtoken": "^9.0.2",
"morgan": "~1.9.1",
"node-jose": "^2.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ruiyang/jwt-mock-server"
},
"license": "Apache-2.0",
"author": "ryang.sei@gmail.com",
"main": "bin/www",
"bin": {
"start": "bin/www"
}
}