UNPKG

async-snmp

Version:

A lightweight wrapper for the Node.js net-snmp library

72 lines (71 loc) 1.62 kB
{ "name": "async-snmp", "version": "1.0.2", "description": "A lightweight wrapper for the Node.js net-snmp library", "keywords": [ "snmp", "snmpv3", "snmpv2", "net-snmp", "snmp-get", "snmp-set", "async-snmp", "oid", "varbind", "network", "network-management", "monitoring", "observability", "agent", "agentless", "typescript", "ts", "node", "nodejs", "npm", "snmp-client", "network-tools", "security", "async", "async-await", "promises" ], "type": "module", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "scripts": { "build": "tsup index.ts --format cjs,esm --dts --out-dir dist --clean --external net-snmp", "release": "semantic-release" }, "repository": { "type": "git", "url": "git+https://github.com/Fhlisherman/async-snmp.git" }, "author": "Fhlisherman", "license": "MIT", "bugs": { "url": "https://github.com/Fhlisherman/async-snmp/issues" }, "homepage": "https://github.com/Fhlisherman/async-snmp#readme", "devDependencies": { "@types/net-snmp": "^3.23.0", "@types/node": "^24.10.0", "tsup": "^8.5.0", "typescript": "^5.9.3", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@semantic-release/npm": "^12.0.1", "semantic-release": "^24.2.0" }, "peerDependencies": { "net-snmp": "^3.26.0" } }