{
  "name": "runner-manager",
  "version": "1.3.0",
  "description": "A basic CLI to manage Github self-hosted runners on your machine",
  "keywords": [
    "github",
    "actions",
    "runners",
    "runner"
  ],
  "engines": {
    "node": ">=22"
  },
  "homepage": "https://github.com/rvanbaalen/runner-manager#readme",
  "bugs": {
    "url": "https://github.com/rvanbaalen/runner-manager/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rvanbaalen/runner-manager.git"
  },
  "bin": {
    "runner-manager": "./index.js"
  },
  "license": "MIT",
  "author": "Robin van Baalen",
  "type": "module",
  "main": "index.js",
  "scripts": {
    "dev": "vite --config=ghpages.config.js",
    "build": "vite build --config=ghpages.config.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "devDependencies": {
    "@tailwindcss/typography": "^0.5.16",
    "@tailwindcss/vite": "^4.0.15",
    "vite": "^6.2.2"
  }
}
