UNPKG

am-i-allowed

Version:

A generic, very powerful yet very friendly, 0 dependencies, agnostic, permissions/access-control/authorization library

31 lines (30 loc) 934 B
{ "name": "am-i-allowed", "version": "1.3.0", "description": "A generic, very powerful yet very friendly, 0 dependencies, agnostic, permissions/access-control/authorization library", "main": "dist/src/index.js", "types": "src/index.ts", "repository": { "type": "git", "url": "git+https://github.com/dharmax/am-i-allowed.git" }, "scripts": { "prepublish": "npx tsc", "test": "mocha -require ts-node/register/transpile-only tests/*spec.ts", "build": "npx tsc" }, "keywords": ["permissions", "authorization", "privileges", "roles", "access control", "rbac", "abac", "acl", "dac", "mac"], "author": "avi tshuva, dharmax", "license": "ISC", "devDependencies": { "@types/chai": "^4.2.14", "@types/mocha": "^8.0.4", "@types/mongodb": "^3.5.33", "@types/node": "^14.14.6", "ts-node": "^9.0.0", "chai": "^4.2.0", "mocha": "^8.2.1", "typescript": "^4.1.2" } }