UNPKG

@infomaker/service-authorization-lib

Version:

IMID Service Authorization Library

49 lines (48 loc) 1.07 kB
{ "name": "@infomaker/service-authorization-lib", "description": "IMID Service Authorization Library", "license": "UNLICENSED", "author": "Infomaker IMID", "homepage": "https://infomaker.io", "repository": { "type": "git", "url": "git://github.com:Infomaker/im-id.git" }, "version": "5.7.1", "main": "src/index.js", "scripts": { "test": "node_modules/.bin/jest --coverage --bail --collectCoverageFrom=src/**/*.js --colors --no-watchman tests" }, "dependencies": { "joi": "17.4.0", "jsonwebtoken": "8.3.0", "uuid": "3.3.2", "@infomaker/json-log": "0.15.0" }, "devDependencies": { "jest-cli": "26.6.3" }, "keywords": [ "IMID", "Infomaker" ], "jest": { "verbose": true, "automock": false, "testEnvironment": "node", "coverageThreshold": { "global": { "branches": 98, "functions": 100, "lines": 99, "statements": 99 } }, "testMatch": [ "**/tests/*.js" ], "testPathIgnorePatterns": [ "node_modules" ] } }