UNPKG

haraka-plugin-redis

Version:

Redis plugin for Haraka & other plugins to inherit from

51 lines (50 loc) 1.3 kB
{ "name": "haraka-plugin-redis", "version": "2.0.11", "description": "Redis plugin for Haraka & other plugins to inherit from", "main": "index.js", "files": [ "config" ], "directories": { "test": "test" }, "dependencies": { "redis": "^5.8.3" }, "devDependencies": { "@haraka/eslint-config": "^2.0.2", "haraka-test-fixtures": "^1.3.10" }, "scripts": { "format": "npm run prettier:fix && npm run lint:fix", "lint": "npx eslint@^9 *.js test", "lint:fix": "npx eslint@^9 *.js test --fix", "prettier": "npx prettier . --check", "prettier:fix": "npx prettier . --write --log-level=warn", "test": "npx mocha@11", "versions": "npx dependency-version-checker check", "versions:fix": "npx dependency-version-checker update && npm run prettier:fix" }, "repository": { "type": "git", "url": "git+https://github.com/haraka/haraka-plugin-redis.git" }, "keywords": [ "haraka", "haraka-plugin", "mail", "smtp", "redis" ], "author": "Matt Simerson <matt@tnpi.net>", "license": "MIT", "bugs": { "url": "https://github.com/haraka/haraka-plugin-redis/issues" }, "homepage": "https://github.com/haraka/haraka-plugin-redis#readme", "prettier": { "singleQuote": true, "semi": false } }