EndemolShineGroup/acl

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@endemolshinegroup/acl",
  "description": "An Access Control library for multi-tenant systems",
  "version": "2.0.0",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": {
    "name": "Endemol Shine Group Technology",
    "url": "https://github.com/EndemolShineGroup"
  },
  "homepage": "https://github.com/EndemolShineGroup/acl",
  "repository": {
    "type": "git",
    "url": "https://github.com/EndemolShineGroup/acl.git"
  },
  "engines": {
    "node": ">=8.0.0",
    "yarn": ">=1.3.0"
  },
  "scripts": {
    "pretest": "rimraf coverage/",
    "test": "jest --no-cache --coverage",
    "prebuild": "rimraf dist/",
    "build": "tsc",
    "build:docs": "rimraf docs/api && typedoc --out docs/api --target es6 --theme minimal --mode file src",
    "semantic-release": "semantic-release",
    "commit": "git-cz",
    "lint": "tslint -p tsconfig.json -t codeFrame 'src/**/*.ts' -e 'src/**/*.spec.ts'"
  },
  "dependencies": {
    "debug": "^4.0.1",
    "lodash.clonedeep": "^4",
    "lodash.foreach": "^4",
    "lodash.isempty": "^4",
    "lodash.isequal": "^4",
    "lodash.omit": "^4",
    "lodash.uniq": "^4.5.0",
    "make-error": "^1",
    "tslib": "^1.9.3"
  },
  "devDependencies": {
    "@commitlint/cli": "^7",
    "@commitlint/config-conventional": "^7",
    "@endemolshinegroup/cz-github": "^1.0.5",
    "@endemolshinegroup/prettier-config": "^1",
    "@endemolshinegroup/tslint-config": "^1",
    "@semantic-release/changelog": "^3",
    "@semantic-release/git": "^7",
    "@types/debug": "^0.0.31",
    "@types/jest": "^23",
    "@types/lodash.clonedeep": "^4",
    "@types/lodash.foreach": "^4",
    "@types/lodash.isempty": "^4",
    "@types/lodash.isequal": "^4",
    "@types/lodash.omit": "^4",
    "@types/lodash.uniq": "^4.5.4",
    "@types/node": "^10",
    "commitizen": "^3.0.2",
    "husky": "^1",
    "jest": "^23",
    "lint-staged": "^8.0.0",
    "prettier": "^1",
    "rimraf": "^2",
    "semantic-release": "^15",
    "ts-jest": "^23",
    "tslint": "^5",
    "tslint-config-prettier": "^1",
    "tslint-eslint-rules": "^5",
    "typedoc": "^0.13.0",
    "typescript": "^3"
  }
}