{
  "name": "nestjs-rbac",
  "version": "2026.1.4",
  "description": "Rbac for NestJs",
  "author": "Sergey Telpuk",
  "license": "MIT",
  "scripts": {
    "build": "rimraf dist && tsc -p tsconfig.build.json",
    "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "lint:fix": "eslint \"src/**/*.ts\" \"test/**/*.ts\" --fix",
    "test:watch": "jest --watch  --config ./test/jest.json",
    "test:cov": "jest --coverage --config ./test/jest.json",
    "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand --config ./test/jest.json",
    "test:e2e": "jest  --verbose  --config ./test/e2e/jest-e2e.json",
    "test:int": "jest  --verbose --config ./test/int/jest-int.json",
    "test": "jest --verbose --config ./test/jest.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sergey-telpuk/nestjs-rbac.git"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "peerDependencies": {
    "@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
    "@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
    "reflect-metadata": "^0.2.2",
    "rxjs": "^7.5.7"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.2",
    "@nestjs/platform-express": "^11.1.13",
    "@nestjs/testing": "^11.1.13",
    "@nestjs/typeorm": "^11.0.0",
    "@nestjsx/crud": "^5.0.0-alpha.3",
    "@nestjsx/crud-typeorm": "^5.0.0-alpha.3",
    "@types/express": "^5.0.6",
    "@types/jest": "^30.0.0",
    "@types/node": "^25.2.1",
    "@types/supertest": "^6.0.3",
    "class-transformer": "^0.5.1",
    "class-validator": "^0.14.3",
    "jest": "^30.2.0",
    "node-cache": "^5.1.2",
    "npm-check-updates": "^19.3.2",
    "@typescript-eslint/eslint-plugin": "^8.45.0",
    "@typescript-eslint/parser": "^8.45.0",
    "eslint": "^9.35.0",
    "eslint-config-prettier": "^10.1.8",
    "globals": "^16.3.0",
    "prettier": "^3.8.1",
    "rimraf": "^6.1.2",
    "sql.js": "^1.13.0",
    "supertest": "^7.2.2",
    "ts-jest": "^29.4.6",
    "tsc-watch": "^7.2.0",
    "tsconfig-paths": "^4.2.0",
    "typeorm": "^0.3.28",
    "typescript": "^5.9.3"
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "json",
      "ts"
    ],
    "rootDir": "src",
    "testRegex": ".spec.ts$",
    "transform": {
      "^.+\\.(t|j)s$": "ts-jest"
    },
    "coverageDirectory": "../coverage",
    "testEnvironment": "node"
  },
  "keywords": [
    "rbac",
    "nestjs"
  ]
}
