@bettercorp/node-zabbix-sender
Version:
A zabbix_sender implementation, to send zabbix item(s) using the zabbix trapper protocol in NodeJS/Typescript.
39 lines (38 loc) • 957 B
JSON
{
"name": "@bettercorp/node-zabbix-sender",
"version": "2.0.3",
"description": "A zabbix_sender implementation, to send zabbix item(s) using the zabbix trapper protocol in NodeJS/Typescript.",
"main": "lib/sender.js",
"scripts": {
"build": "tsc"
},
"files": [
"lib/**/*"
],
"repository": {
"type": "git",
"url": "https://github.com/BetterCorp/node-zabbix-sender.git"
},
"keywords": [
"zabbix",
"sender",
"trapper",
"typescript"
],
"author": "Mitchell R <support@bettercorp.co.za>",
"license": "MIT",
"bugs": {
"url": "https://github.com/BetterCorp/node-zabbix-sender/issues"
},
"homepage": "https://github.com/BetterCorp/node-zabbix-sender",
"engines": {
"node": ">=16.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.2"
}
}