UNPKG

@paraboly/pwc-permission-service

Version:
44 lines (43 loc) 1.2 kB
{ "name": "@paraboly/pwc-permission-service", "version": "0.0.6", "description": "Paraboly Generic Permission Service", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "jest --config jestconfig.json", "build": "tsc", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint": "tslint -p tsconfig.json", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "files": [ "lib/**/*" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/Paraboly/PermissionService.git" }, "keywords": [ "paraboly" ], "author": "Kuray (FreakyCoder)", "license": "MIT", "bugs": { "url": "https://github.com/Paraboly/PermissionService/issues" }, "homepage": "https://github.com/Paraboly/PermissionService#readme", "devDependencies": { "@types/jest": "^24.0.19", "jest": "^24.9.0", "prettier": "^1.18.2", "ts-jest": "^24.1.0", "tslint": "^5.20.0", "tslint-config-prettier": "^1.18.0", "typescript": "^3.6.4" } }