{
  "name": "bare-subprocess",
  "version": "6.0.0",
  "description": "Native process spawning for JavaScript",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    },
    "./package": "./package.json",
    "./constants": {
      "types": "./lib/constants.d.ts",
      "default": "./lib/constants.js"
    },
    "./errors": {
      "types": "./lib/errors.d.ts",
      "default": "./lib/errors.js"
    }
  },
  "files": [
    "index.js",
    "index.d.ts",
    "binding.c",
    "binding.js",
    "CMakeLists.txt",
    "lib",
    "prebuilds"
  ],
  "addon": true,
  "scripts": {
    "format": "prettier --write . && lunte --fix",
    "lint": "prettier --check . && lunte",
    "test": "brittle-bare --coverage test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/holepunchto/bare-subprocess.git"
  },
  "author": "Holepunch",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/holepunchto/bare-subprocess/issues"
  },
  "homepage": "https://github.com/holepunchto/bare-subprocess#readme",
  "engines": {
    "bare": ">=1.7.0"
  },
  "dependencies": {
    "bare-env": "^3.0.0",
    "bare-events": "^2.5.4",
    "bare-os": "^3.0.1",
    "bare-pipe": "^4.0.0",
    "bare-url": "^2.2.2"
  },
  "devDependencies": {
    "bare-abort": "^2.0.13",
    "bare-assert": "^1.0.2",
    "bare-buffer": "^3.0.2",
    "bare-fs": "^4.1.2",
    "bare-path": "^3.0.0",
    "brittle": "^3.2.1",
    "cmake-bare": "^1.1.7",
    "lunte": "^1.6.0",
    "prettier": "^3.4.1",
    "prettier-config-holepunch": "^2.0.0"
  },
  "peerDependencies": {
    "bare-buffer": "*"
  },
  "peerDependenciesMeta": {
    "bare-buffer": {
      "optional": true
    }
  }
}
