UNPKG

@loopback/authentication

Version:

A LoopBack component for authentication support.

64 lines (63 loc) 1.84 kB
{ "name": "@loopback/authentication", "description": "A LoopBack component for authentication support.", "version": "12.0.9", "keywords": [ "LoopBack", "Authentication" ], "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/authentication" }, "engines": { "node": "20 || 22 || 24" }, "scripts": { "acceptance": "lb-mocha \"dist/__tests__/acceptance/**/*.js\"", "build": "lb-tsc", "clean": "lb-clean loopback-authentication*.tgz dist *.tsbuildinfo package", "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-authentication*.tgz && tree package && npm run clean" }, "publishConfig": { "access": "public" }, "files": [ "README.md", "dist", "src", "!*/__tests__" ], "peerDependencies": { "@loopback/core": "^7.0.0", "@loopback/rest": "^15.0.0" }, "dependencies": { "@loopback/security": "^0.12.8", "@types/express": "^4.17.25", "@types/lodash": "^4.17.21", "lodash": "^4.17.21", "tslib": "^2.8.1" }, "devDependencies": { "@loopback/build": "^12.0.7", "@loopback/core": "^7.0.7", "@loopback/eslint-config": "^16.0.1", "@loopback/openapi-spec-builder": "^8.0.7", "@loopback/rest": "^15.0.8", "@loopback/testlab": "^8.0.7", "@types/node": "^16.18.126", "jsonwebtoken": "^9.0.3" }, "gitHead": "68b1a429ac9f3ec7ac0fc275ba7907ca620a08d2" }