{
  "name": "panex",
  "version": "0.9.28",
  "description": "Terminal UI for running multiple processes in parallel",
  "bin": {
    "panex": "bin.js"
  },
  "files": [
    "bin.js",
    "install.js"
  ],
  "scripts": {
    "postinstall": "node install.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/king8fisher/panex.git"
  },
  "keywords": [
    "tui",
    "terminal",
    "process",
    "parallel",
    "devtools",
    "cli",
    "concurrently"
  ],
  "author": "Anton Veretennikov (king8fisher)",
  "license": "MIT",
  "optionalDependencies": {
    "@king8fisher/panex-darwin-arm64": "0.9.28",
    "@king8fisher/panex-darwin-x64": "0.9.28",
    "@king8fisher/panex-linux-arm64": "0.9.28",
    "@king8fisher/panex-linux-x64": "0.9.28",
    "@king8fisher/panex-win32-arm64": "0.9.28",
    "@king8fisher/panex-win32-x64": "0.9.28"
  }
}
