{
  "name": "tunectl",
  "version": "1.1.0",
  "description": "Battle-tested VPS performance tuning toolkit for Ubuntu 24.04 LTS",
  "bin": {
    "tunectl": "./bin/tunectl"
  },
  "files": [
    "bin/",
    "scripts/",
    "tunectl/",
    "tune-manifest.json",
    "setup.py"
  ],
  "keywords": [
    "vps",
    "performance",
    "tuning",
    "sysctl",
    "linux",
    "ubuntu"
  ],
  "license": "MIT",
  "author": "tunectl contributors",
  "homepage": "https://github.com/symulacr/tunectl",
  "repository": {
    "type": "git",
    "url": "https://github.com/symulacr/tunectl.git"
  },
  "engines": {
    "node": ">=14"
  }
}
