@leismore/authappself_handler
Version:
An Express.js HTTP handler of authentication and authorization services for self-owned LMOS (NodeJS) applications.
51 lines (50 loc) • 1.55 kB
JSON
{
"name": "@leismore/authappself_handler",
"version": "3.0.2",
"description": "An Express.js HTTP handler of authentication and authorization services for self-owned LMOS (NodeJS) applications.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"start-server": "ts-node ./test/server.ts",
"start-test": "mocha ./test/test.ts",
"test": "start-server-and-test start-server http://localhost:8081 start-test",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leismore/authAppSelf_handler-function.git"
},
"keywords": [
"Authentication",
"Authorization",
"@leismore/auth_app_self"
],
"author": "Kyle Chine",
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://github.com/leismore/authAppSelf_handler-function/issues"
},
"homepage": "https://github.com/leismore/authAppSelf_handler-function#readme",
"devDependencies": {
"@leismore/error_handler_last": "^2.0.3",
"@leismore/get_handler": "^2.0.3",
"@leismore/response": "^5.0.2",
"@types/basic-auth": "^1.1.3",
"@types/chai": "^4.3.0",
"@types/express": "^4.17.13",
"@types/mocha": "^9.1.0",
"@types/node": "~14.18.12",
"chai": "^4.3.6",
"mocha": "^9.2.1",
"start-server-and-test": "^1.14.0",
"ts-node": "^10.6.0",
"typescript": "~4.5.5"
},
"dependencies": {
"@leismore/lmerror": "^6.0.3",
"@leismore/unknown2error": "^1.0.0",
"axios": "^0.26.0",
"basic-auth": "^2.0.1",
"express": "^4.17.3"
}
}