{
  "name": "@starbeam/shared",
  "version": "1.3.7",
  "description": "A package that facilitates having multiple copies of Starbeam in a single process that interoperate with each other",
  "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:type": "library:public",
  "devDependencies": {
    "@starbeam-dev/build-support": "1.0.0"
  },
  "scripts": {
    "test:lint": "eslint",
    "test:specs": "vitest --run",
    "test:types": "tsc -b"
  }
}