UNPKG

@coko/service-auth

Version:

Authorization/authentication REST endpoint for Coko's services

46 lines (45 loc) 1.09 kB
{ "name": "@coko/service-auth", "version": "2.0.3", "description": "Authorization/authentication REST endpoint for Coko's services", "main": "index.js", "scripts": { "cz": "git-cz", "prepare": "husky install", "release": "standard-version", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@gitlab.coko.foundation:cokoapps/service-auth.git" }, "bin": { "createServiceClient": "./src/bin/createServiceClient.js" }, "author": "Alexandros Georgantas", "license": "MIT", "config": { "commitizen": { "path": "cz-customizable" } }, "dependencies": { "@coko/server": "^4.3.0", "bcrypt": "^5.1.1", "config": "^3.3.11", "crypto-random-string": "^3.3.0", "jsonwebtoken": "^9.0.2" }, "keywords": [ "coko" ], "publishConfig": { "access": "public" }, "devDependencies": { "@coko/lint": "^2.0.1", "standard-version": "^7.1.0", "jest": "^29.7.0" }, "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610" }