{
  "name": "konk",
  "description": "A CLI for running tasks serially or concurrently",
  "version": "0.31.0",
  "author": "Jonathan Clem <j@jclem.me>",
  "bugs": {
    "url": "https://github.com/jclem/konk/issues"
  },
  "bin": {
    "konk": "./bin/konk"
  },
  "directories": {
    "example": "examples"
  },
  "files": [
    "dist",
    "tasks.cjs",
    "LICENSE.md",
    "README.md"
  ],
  "goBinary": {
    "name": "konk",
    "path": "./bin"
  },
  "homepage": "https://github.com/jclem/konk#readme",
  "keywords": [
    "process",
    "task"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jclem/konk.git"
  },
  "scripts": {
    "preinstall": "node tasks.cjs install",
    "preuninstall": "node tasks.cjs uninstall"
  }
}
