{
  "name": "oxmgr",
  "version": "0.5.0",
  "description": "Oxmgr - lightweight cross-platform process manager",
  "license": "MIT",
  "bin": {
    "oxmgr": "bin/oxmgr.js"
  },
  "files": [
    "bin",
    "scripts",
    "vendor/.gitkeep",
    "README.md"
  ],
  "scripts": {
    "postinstall": "node scripts/install.js"
  },
  "engines": {
    "node": ">=18"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Vladimir-Urik/OxMgr.git"
  },
  "bugs": {
    "url": "https://github.com/Vladimir-Urik/OxMgr/issues"
  },
  "homepage": "https://github.com/Vladimir-Urik/OxMgr"
}
