package.json
{
"name": "haraka-plugin-watch",
"version": "2.0.6",
"description": "Watch live SMTP traffic in a web interface",
"main": "index.js",
"files": [
"CHANGELOG.md",
"config",
"html"
],
"scripts": {
"format": "npm run prettier:fix && npm run lint:fix",
"lint": "npx eslint@^8 *.js html/client.js test",
"lint:fix": "npx eslint@^8 *.js html/client.js test --fix",
"prettier": "npx prettier . --check",
"prettier:fix": "npx prettier . --write --log-level=warn",
"test": "npx mocha@^10",
"versions": "npx dependency-version-checker check",
"versions:fix": "npx dependency-version-checker update"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haraka/haraka-plugin-watch.git"
},
"keywords": [
"haraka",
"http",
"watch",
"websockets"
],
"author": "matt@tnpi.net",
"license": "MIT",
"bugs": {
"url": "https://github.com/haraka/haraka-plugin-watch/issues"
},
"homepage": "https://github.com/haraka/haraka-plugin-watch#readme",
"dependencies": {
"haraka-plugin-redis": "2.0.7",
"redis": "4.7.0",
"ws": "8.18.0"
},
"devDependencies": {
"@haraka/eslint-config": "^1.1.2",
"haraka-test-fixtures": "1.3.8"
}
}