eerawlog
Version:
EmailEngine raw log viewer
34 lines (33 loc) • 851 B
JSON
{
"name": "eerawlog",
"version": "1.5.5",
"description": "EmailEngine raw log viewer",
"main": "index.js",
"scripts": {
"test": "node --test test/*.test.js",
"update": "rm -rf node_modules package-lock.json && ncu -u && npm install"
},
"bin": {
"eerawlog": "bin/eerawlog.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/postalsys/eerawlog.git"
},
"bugs": {
"url": "https://github.com/postalsys/eerawlog/issues"
},
"homepage": "https://github.com/postalsys/eerawlog#readme",
"keywords": [
"emailengine",
"logs"
],
"author": "Andris Reinman",
"license": "ISC",
"dependencies": {
"cli-color": "2.0.4",
"minimist": "1.2.8",
"pump": "3.0.4",
"split2": "4.2.0"
}
}