{
    "name": "@pstl/perms",
    "version": "1.2.0",
    "description": "Role permissions",
    "main": "dist/src/index.js",
    "files": [
        "dist"
    ],
    "repository": {
        "type": "git",
        "url": "https://gitlab.com/pastel-cloud/packages/npm/perms"
    },
    "scripts": {
        "start": "npm run build && node ./dist/src/test.js",
        "test": "echo \"Error: no test specified\" && exit 1",
        "compile": "tsc --watch",
        "package": "npm pack",
        "build": "rm -rf dist && tsc --build",
        "clean": "tsc --build --clean"
    },
    "author": "pstl",
    "license": "ISC",
    "devDependencies": {
        "typescript": "latest",
        "@types/node": "latest",
        "tslib": "^2.4.0"
    },
    "keywords": [
        "node",
        "typescript",
        "javascript",
        "permissions",
        "bitwise",
        "nodejs",
        "js",
        "ts",
        "perms",
        "lightweight"
    ],
    "dependencies": {}
}
