@loopback/authorization
Version:
A LoopBack component for authorization support.
60 lines (59 loc) • 1.65 kB
JSON
{
"name": "@loopback/authorization",
"description": "A LoopBack component for authorization support.",
"version": "0.16.8",
"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": "20 || 22 || 24"
},
"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": "^7.0.0"
},
"dependencies": {
"@loopback/security": "^0.12.8",
"debug": "^4.4.3",
"tslib": "^2.8.1"
},
"devDependencies": {
"@loopback/build": "^12.0.7",
"@loopback/core": "^7.0.7",
"@loopback/testlab": "^8.0.7",
"@types/debug": "^4.1.12",
"@types/node": "^16.18.126",
"casbin": "^5.45.0"
},
"gitHead": "68b1a429ac9f3ec7ac0fc275ba7907ca620a08d2"
}