nupst/package.json
2025-03-25 14:47:57 +00:00

59 lines
1.2 KiB
JSON

{
"name": "@serve.zone/nupst",
"version": "2.5.1",
"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": {},
"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"
]
}
}