@loopback/authorization
Version:
A LoopBack component for authorization support.
60 lines (59 loc) • 1.66 kB
JSON
{
"name": "@loopback/authorization",
"description": "A LoopBack component for authorization support.",
"version": "0.15.12",
"keywords": [
"LoopBack",
"Authorization"
],
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "IBM Corp. and LoopBack contributors",
"copyright.owner": "IBM Corp. and LoopBack contributors",
"repository": {
"type": "git",
"url": "https://github.com/loopbackio/loopback-next.git",
"directory": "packages/authorization"
},
"engines": {
"node": "18 || 20 || 22"
},
"scripts": {
"acceptance": "lb-mocha \"dist/__tests__/acceptance/**/*.js\"",
"build": "lb-tsc",
"clean": "lb-clean loopback-authorization*.tgz dist package *.tsbuildinfo",
"integration": "lb-mocha \"dist/__tests__/integration/**/*.js\"",
"pretest": "npm run build",
"test": "lb-mocha \"dist/__tests__/**/*.js\"",
"unit": "lb-mocha \"dist/__tests__/unit/**/*.js\"",
"verify": "npm pack && tar xf loopback-authorization*.tgz && tree package && npm run clean"
},
"publishConfig": {
"access": "public"
},
"files": [
"README.md",
"dist",
"src",
"!*/__tests__",
"!/fixtures"
],
"peerDependencies": {
"@loopback/core": "^6.0.0"
},
"dependencies": {
"@loopback/security": "^0.11.12",
"debug": "^4.4.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@loopback/build": "^11.0.10",
"@loopback/core": "^6.1.9",
"@loopback/testlab": "^7.0.11",
"@types/debug": "^4.1.12",
"@types/node": "^16.18.126",
"casbin": "^5.38.0"
},
"gitHead": "0c7708d49efe343cd46350e5014a147c920e59f7"
}