@malijs/metadata-auth
Version:
Mali metadata authorization middleware
46 lines (45 loc) • 1.03 kB
JSON
{
"name": "@malijs/metadata-auth",
"version": "0.3.0",
"description": "Mali metadata authorization middleware",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/malijs/metadata-auth.git"
},
"author": {
"name": "Bojan D.",
"email": "dbojan@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/malijs/metadata-auth/issues"
},
"homepage": "https://github.com/malijs/metadata-auth",
"keywords": [
"mali",
"grpc",
"service",
"server",
"microservice"
],
"scripts": {
"test": "ava -v",
"docs": "jsdoc2md index.js --heading-depth 3 --template readme.hbs > README.md"
},
"dependencies": {
"grpc-create-error": "^2.0.0"
},
"devDependencies": {
"@grpc/grpc-js": "^1.2.5",
"@grpc/proto-loader": "^0.6.0",
"ava": "^3.15.0",
"grpc-caller": "^0.14.0",
"jsdoc-to-markdown": "^7.0.0",
"mali": "^0.43.0",
"standard": "^16.0.0"
},
"publishConfig": {
"access": "public"
}
}