@tyrissoftware/nestjs-permissions
Version:
Extension library for ACL in NestJS
50 lines (49 loc) • 1.26 kB
JSON
{
"name": "@tyrissoftware/nestjs-permissions",
"version": "2.0.3-candidate.2",
"description": "Extension library for ACL in NestJS",
"homepage": "https://github.com/tyrissoftware/nestjs-permissions",
"main": "./dist/index.js",
"files": [
"dist"
],
"scripts": {
"lint": "eslint . --ext .ts --fix",
"compile": "node_modules/typescript/bin/tsc",
"clean": "rimraf ./dist",
"build": "run-s clean compile",
"prepublish": "npm run build",
"publish": "npm publish --access public"
},
"husky": {
"hooks": {
"pre-commit": "eslint . --ext .ts --fix",
"commit-msg": "npx --no-install commitlint --edit $1"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/tyrissoftware/nestjs-permissions.git"
},
"author": "Tyris TV S.L.",
"license": "MIT",
"dependencies": {
"@nestjs/cache-manager": "^2.2.0",
"@nestjs/common": "^10.3.0",
"@nestjs/core": "^10.3.0",
"@nestjs/mongoose": "^10.0.2",
"lodash": "^4.17.21",
"mongoose": "^8.0.4"
},
"keywords": [
"Permissions",
"roles"
],
"devDependencies": {
"@types/lodash": "^4.14.202",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.5",
"run": "^1.5.0",
"typescript": "^5.3.3"
}
}