UNPKG

net-snmp-typed

Version:

typed-net-snmp

35 lines 792 B
{ "name": "net-snmp-typed", "version": "1.0.11", "description": "typed-net-snmp", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "echo \"No test specified\" && exit 0", "prepare": "npm run build", "prepublishOnly": "npm test" }, "keywords": ["snmp", "typescript", "net-snmp", "typed"], "author": "Your Name", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.12", "@types/net-snmp-typed": "file:@types/net-snmp-typed", "jest": "^29.7.0", "ts-jest": "^29.1.2", "typescript": "^5.3.3" }, "files": [ "dist", "@types", "README.md" ], "dependencies": { "net-snmp": "^3.18.2" }, "typings": "dist/index.d.ts", "publishConfig": { "access": "public" } }