@loopback/security
Version:
A LoopBack component for security support.
57 lines (56 loc) • 1.55 kB
JSON
{
"name": "@loopback/security",
"description": "A LoopBack component for security support.",
"version": "0.11.13",
"keywords": [
"LoopBack",
"Security"
],
"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/security"
},
"engines": {
"node": "18 || 20 || 22"
},
"scripts": {
"acceptance": "lb-mocha \"dist/__tests__/acceptance/**/*.js\"",
"build": "lb-tsc",
"clean": "lb-clean loopback-security*.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-security*.tgz && tree package && npm run clean"
},
"publishConfig": {
"access": "public"
},
"files": [
"README.md",
"dist",
"src",
"!*/__tests__"
],
"peerDependencies": {
"@loopback/core": "^6.0.0"
},
"dependencies": {
"debug": "^4.4.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@loopback/build": "^11.0.11",
"@loopback/core": "^6.1.10",
"@loopback/testlab": "^7.0.12",
"@types/debug": "^4.1.12",
"@types/node": "^16.18.126"
},
"gitHead": "1a389bb6fe31fec81a82825493cc66f830cd6655"
}