imicros-acl
Version:
Moleculer service for access control
64 lines (63 loc) • 1.81 kB
JSON
{
"name": "imicros-acl",
"version": "0.0.13",
"description": "Moleculer service for access control",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "jest --coverage --no-cache --silent",
"test-local": "jest --coverage --no-cache --config=local.js --silent",
"test-db": "jest test/db.neo4j.spec.js --coverage --no-cache --config=local.js",
"test-acl": "jest test/acl.spec.js --coverage --no-cache --config=local.js",
"test-aggregate": "jest test/acl.aggregate.spec.js --coverage --no-cache --config=local.js",
"test-mixin": "jest test/acl.mixin.spec.js --coverage --no-cache --config=local.js",
"test-middleware": "jest test/acl.middleware.spec.js --coverage --no-cache --config=local.js"
},
"jest": {
"collectCoverageFrom": [
"lib/*.js",
"lib/util/*.js"
],
"coveragePathIgnorePatterns": [
"/node_modules/",
"/dev/"
],
"testPathIgnorePatterns": [
"/node_modules/",
"/dev/"
],
"rootDir": ".",
"roots": [
"./test"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/al66/imicros-acl.git"
},
"keywords": [
"Moleculer",
"ACL",
"access control"
],
"author": "Andreas Leinen <andreas.leinen@imicros.de> (www.imicros.de)",
"license": "MIT",
"bugs": {
"url": "https://github.com/al66/imicros-acl/issues"
},
"homepage": "https://github.com/al66/imicros-acl#readme",
"devDependencies": {
"jest": "^27.3.1",
"moleculer": "^0.14.18",
"nats": "^2.4.0",
"uuid": "^8.3.2"
},
"dependencies": {
"imicros-rules-compiler": "0.0.15",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"neo4j-driver": "^4.4.0"
}
}