| { |
| "name": "casbinjs-server-tool", |
| "version": "0.0.3", |
| "description": "This package provides the facilities to generate permission tokens on node-casbin service.", |
| "main": "./lib/index.js", |
| "typings": "./lib/index.d.ts", |
| "scripts": { |
| "build": "rimraf lib && tsc", |
| "lint": "yarn eslint . --ext .js,.ts --fix", |
| "prepublish": "yarn lint && yarn build", |
| "test": "jest" |
| }, |
| "keywords": [ |
| "casbin.js" |
| ], |
| "author": "kingiw", |
| "license": "ISC", |
| "dependencies": { |
| "casbin": "^5.1.6", |
| "typescript": "^3.9.7" |
| }, |
| "devDependencies": { |
| "@types/jest": "^26.0.8", |
| "@typescript-eslint/eslint-plugin": "^4.6.0", |
| "@typescript-eslint/parser": "^4.6.0", |
| "eslint": "^7.12.1", |
| "eslint-config-google": "^0.14.0", |
| "jest": "^26.2.2", |
| "rimraf": "^3.0.2", |
| "ts-jest": "^26.1.4" |
| } |
| } |