UNPKG

blue-fish-redis

Version:
46 lines (45 loc) 1.31 kB
{ "name": "blue-fish-redis", "version": "1.0.3", "description": "这是一个修复漏洞后的redis", "main": "index.js", "scripts": { "tsc": "tsc -w", "build": "rm -rf dist && tsc && cp package.json *.md dist && rm -rf dist/test", "test": "NODE_PATH=dist tsc-watch --onSuccess \"node dist/test\"", "lint": "eslint . ", "prettier": "prettier -w .", "sync": "curl -X PUT https://registry.npmmirror.com/sync/blue-fish-redis?sync_upstream=true" }, "repository": { "type": "git", "url": "git+https://github.com/ityifan/blue-fish-redis.git" }, "keywords": [ "blue-fish" ], "author": "Leon", "license": "MIT", "bugs": { "url": "https://github.com/ityifan/blue-fish-redis/issues" }, "homepage": "https://github.com/ityifan/blue-fish-redis#readme", "devDependencies": { "@types/chai": "^4.2.22", "@types/node": "^16.10.2", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", "chai": "^4.3.4", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "prettier": "^2.4.1", "typescript": "^4.4.3" }, "dependencies": { "@types/ioredis": "^4.27.6", "blue-fish-helper": "^1.0.2", "coa-echo": "^1.2.1", "coa-error": "^1.5.2", "ioredis": "^4.27.10" } }