{
  "name": "deemon",
  "version": "1.13.6",
  "description": "Run a process in the background and attach to it",
  "repository": "git@github.com:joaomoreno/deemon.git",
  "author": "João Moreno",
  "license": "MIT",
  "bin": "src/deemon.js",
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "watch": "tsc --watch",
    "prepublishOnly": "tsc"
  },
  "devDependencies": {
    "@types/node": "^22.18.0",
    "typescript": "^5.8.2"
  },
  "dependencies": {
    "bl": "^4.0.2",
    "tree-kill": "^1.2.2"
  }
}
