{
  "name": "bunx",
  "version": "0.1.0",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.ts"
    }
  },
  "description": "Simple zx style shell for Bun/Node.",
  "scripts": {
    "build-fast": "tsup src/index.ts --format cjs,esm",
    "build": "bun run build-fast --dts-resolve",
    "release": "bumpp --commit --push --tag && npm publish",
    "prepublishOnly": "bun run build",
    "test": "bun wiptest"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "bun",
    "zx",
    "shell",
    "bash",
    "cli"
  ],
  "license": "MIT",
  "homepage": "https://github.com/wobsoriano/bunx#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wobsoriano/bunx.git"
  },
  "bugs": "https://github.com/wobsoriano/bunx/issues",
  "author": "Robert Soriano <sorianorobertc@gmail.com>",
  "devDependencies": {
    "bun-types": "^0.1.4",
    "bumpp": "^8.2.1",
    "typescript": "^4.7.4",
    "tsup": "^6.1.3"
  },
  "dependencies": {
    "bun-utilities": "^0.2.0"
  }
}
