{
  "name": "@starbeam/debug",
  "version": "0.8.9",
  "type": "module",
  "main": "dist/index.cjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.cjs"
    }
  },
  "starbeam": {
    "inline": [
      "stacktracey",
      "get-source",
      "source-map",
      "data-uri-to-buffer",
      "as-table",
      "printable-characters",
      "chalk"
    ],
    "type": "library:public"
  },
  "dependencies": {
    "ansicolor": "^1.1.100",
    "buffer": "^6.0.3",
    "stacktracey": "^2.1.8",
    "@domtree/flavors": "^0.9.3",
    "@starbeam/core-utils": "^0.8.9",
    "@starbeam/interfaces": "^0.8.9",
    "@starbeam/shared": "^1.3.7",
    "@starbeam/verify": "^0.8.9"
  },
  "devDependencies": {
    "@types/node": "^18.7.23",
    "@starbeam-dev/build-support": "1.0.0"
  },
  "scripts": {
    "test:lint": "eslint",
    "test:specs": "vitest --run",
    "test:types": "tsc -b"
  }
}