package.json•1.06 kB
{
"name": "@fonoster/authz",
"version": "0.15.20",
"description": "Authorization module for Fonoster",
"author": "Pedro Sanders <psanders@fonoster.com>",
"homepage": "https://github.com/fonoster/fonoster#readme",
"license": "MIT",
"main": "dist/index",
"types": "dist/index",
"directories": {
"src": "src",
"test": "test"
},
"scripts": {
"prebuild": "rimraf ./dist tsconfig.tsbuildinfo",
"build": "tsc -b tsconfig.json",
"clean": "rimraf ./dist node_modules tsconfig.tsbuildinfo"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@fonoster/common": "^0.15.20",
"@fonoster/identity": "^0.15.20",
"@fonoster/logger": "^0.15.20",
"@grpc/grpc-js": "~1.10.6",
"deepmerge": "^4.3.1",
"grpc-health-check": "^2.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fonoster/fonoster.git"
},
"bugs": {
"url": "https://github.com/fonoster/fonoster/issues"
},
"gitHead": "d4aa82f7926c0f451d2f580c59ab812c74a7f579"
}