| { |
| "name": "casbin-redis-adapter", |
| "version": "1.0.4", |
| "main": "lib/cjs/index.js", |
| "typings": "lib/cjs/index.d.ts", |
| "module": "lib/esm/index.js", |
| "scripts": { |
| "postpack": "run-s clean", |
| "build": "run-s clean && run-p build:*", |
| "build:cjs": "tsc -p tsconfig.cjs.json", |
| "build:esm": "tsc -p tsconfig.esm.json", |
| "clean": "rimraf lib", |
| "test": "jest --forceExit" |
| }, |
| "homepage": "https://casbin.org", |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/node-casbin/redis-adapter.git" |
| }, |
| "licenses": [ |
| { |
| "type": "Apache-2.0", |
| "url": "https://www.apache.org/licenses/LICENSE-2.0" |
| } |
| ], |
| "dependencies": { |
| "redis": "^3.1.1" |
| }, |
| "peerDependencies": { |
| "casbin": "^5.9.0" |
| }, |
| "devDependencies": { |
| "@types/jest": "^26.0.23", |
| "@types/node": "^15.12.5", |
| "jest": "^27.0.5", |
| "casbin": "^5.9.0", |
| "@types/redis": "^2.8.28", |
| "npm-run-all": "^4.1.5", |
| "rimraf": "^3.0.2", |
| "ts-jest": "^27.0.3", |
| "typescript": "^4.2.4" |
| } |
| } |