UNPKG

@n4it/crud-policy

Version:

NestJs CRUD for RESTful APIs - policy

47 lines (46 loc) 898 B
{ "name": "@n4it/crud-policy", "description": "NestJs CRUD for RESTful APIs - policy", "version": "1.0.11", "license": "MIT", "main": "lib/index.js", "typings": "lib/index.d.ts", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "files": [ "lib" ], "repository": { "type": "git", "url": "https://github.com/nest4it/nestjs-crud" }, "bugs": { "url": "https://github.com/nest4it/nestjs-crud/issues" }, "keywords": [ "typescript", "typeorm", "nest", "nestjs", "rest", "restful", "api", "crud", "crud-generator", "policies", "authorization" ], "author": { "name": "n4it", "email": "hello@n4it.nl" }, "dependencies": { "@n4it/crud": "^1.0.11" }, "scripts": { "build": "npx tsc -b" }, "gitHead": "40cb121378b0b1e85e691c3a7eba00ceec6a04c6" }