{
  "name": "dax",
  "version": "0.50.0",
  "description": "Cross platform shell tools inspired by zx.",
  "keywords": [
    "shell",
    "scripting",
    "spawn",
    "process"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dsherret/dax.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dsherret/dax/issues"
  },
  "module": "./esm/mod.js",
  "exports": {
    ".": {
      "import": "./esm/mod.js"
    }
  },
  "scripts": {
    "test": "node test_runner.cjs"
  },
  "dependencies": {
    "@dsherret/shell": "^0.7.0",
    "undici-types": "^5.26"
  },
  "devDependencies": {
    "@types/node": "^22.18.0",
    "@deno/shim-deno-test": "~0.5.0"
  },
  "_generatedBy": "dnt@0.43.2"
}