{
  "name": "spawn-term",
  "version": "3.5.10",
  "description": "Formats spawn with for terminal grouping",
  "keywords": [
    "spawn",
    "cross-spawn",
    "cross-spawn-cb",
    "streaming",
    "format",
    "terminal",
    "groups",
    "grouping",
    "group"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/kmalakoff/spawn-term.git"
  },
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/cjs/index-cjs.d.ts",
      "import": "./dist/esm/index-esm.js",
      "require": "./dist/cjs/index-cjs.js"
    },
    "./package.json": "./package.json"
  },
  "main": "dist/cjs/index-cjs.js",
  "types": "dist/cjs/index-cjs.d.ts",
  "files": [
    "dist",
    "assets"
  ],
  "scripts": {
    "build": "tsds build",
    "format": "tsds format",
    "prepublishOnly": "tsds validate",
    "test": "tsds test:node --no-timeouts",
    "test:engines": "nvu engines tsds test:node --no-timeouts",
    "version": "tsds version"
  },
  "dependencies": {
    "cross-spawn-cb": "^3.0.0",
    "install-module-linked": "^1.3.16",
    "on-one": "^1.0.0",
    "queue-cb": "^1.0.0",
    "terminal-model": "^0.1.0"
  },
  "devDependencies": {
    "@types/mocha": "*",
    "@types/node": "*",
    "@types/react": "^19.2.7",
    "cr": "^0.1.0",
    "ink": "^7.0.3",
    "is-version": "^1.0.9",
    "node-version-use": "*",
    "pinkie-promise": "*",
    "react": "^19.2.3",
    "ts-dev-stack": "*",
    "tsds-config": "*"
  },
  "engines": {
    "node": ">=0.8"
  },
  "tsds": {
    "source": "src/index-esm.ts"
  }
}
