@bettercorp/node-zabbix-sender
Version:
A zabbix_sender implementation, to send zabbix item(s) using the zabbix trapper protocol in NodeJS/Typescript.
38 lines (37 loc) • 938 B
JSON
{
"name": "@bettercorp/node-zabbix-sender",
"version": "2.0.12",
"description": "A zabbix_sender implementation, to send zabbix item(s) using the zabbix trapper protocol in NodeJS/Typescript.",
"main": "lib/index.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",
"dependencies": {
"typescript": "^4.7.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",
"ts-node": "^10.9.1"
}
}