{
  "name": "@vantran-se/sutils",
  "version": "1.4.8",
  "description": "Server utilities — monitor connections, auto-shutdown, and more",
  "files": [
    "bin/",
    "src/",
    "config.example.yaml"
  ],
  "bin": {
    "sutils": "./bin/sutils.js"
  },
  "scripts": {
    "start": "node bin/sutils.js"
  },
  "keywords": [
    "server",
    "monitor",
    "auto-shutdown",
    "devops",
    "cost-saving",
    "sutils"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=16.0.0"
  },
  "dependencies": {
    "js-yaml": "^4.1.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vantran-se/sutils.git"
  }
}
