{ "name": "@serve.zone/nupst", "version": "3.1.2", "description": "Node.js UPS Shutdown Tool for SNMP-enabled UPS devices", "main": "dist/index.js", "bin": { "nupst": "bin/nupst" }, "type": "module", "scripts": { "build": "tsbuild tsfolders --allowimplicitany", "start": "bin/nupst", "setup": "bash setup.sh", "test": "tstest test/", "install-global": "sudo bash install.sh", "uninstall": "sudo bash uninstall.sh" }, "keywords": [ "ups", "snmp", "shutdown", "node", "cli" ], "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "author": "", "license": "MIT", "dependencies": { "net-snmp": "3.20.0" }, "devDependencies": { "@git.zone/tsbuild": "^2.3.2", "@git.zone/tsrun": "^1.3.3", "@git.zone/tstest": "^1.0.96", "@push.rocks/qenv": "^6.1.0", "@push.rocks/tapbundle": "^5.6.0", "@types/node": "^20.11.0" }, "engines": { "node": ">=16.0.0" }, "pnpm": { "onlyBuiltDependencies": [ "esbuild", "mongodb-memory-server", "puppeteer" ] }, "packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6" }