{
  "module": "./esm/mod.js",
  "main": "./script/mod.js",
  "bin": {
    "is-bun": "./esm/cli.js"
  },
  "name": "is-bun",
  "version": "0.2.0",
  "description": "Return true if you are running in Bun.",
  "license": "MIT",
  "keywords": [
    "bun"
  ],
  "engines": {
    "node": ">=8.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JLarky/is-bun.git"
  },
  "bugs": {
    "url": "https://github.com/JLarky/is-bun/issues"
  },
  "dependencies": {},
  "devDependencies": {},
  "exports": {
    ".": {
      "import": "./esm/mod.js",
      "require": "./script/mod.js"
    }
  }
}