{
  "name": "starbeam-lite",
  "version": "1.0.0",
  "description": "",
  "keywords": [],
  "repository": {
    "type": "git",
    "url": "git@github.com:starbeamjs/starbeam-lite.git"
  },
  "license": "ISC",
  "author": "",
  "type": "module",
  "main": "index.js",
  "devDependencies": {
    "@starbeam-dev/eslint-plugin": "^1.0.4",
    "@types/node": "^20.12.5",
    "@vitest/ui": "^1.4.0",
    "esyes": "^1.0.3",
    "happy-dom": "^14.6.1",
    "release-plan": "^0.9.0",
    "terser": "^5.30.3",
    "turbo": "^1.13.2",
    "typedoc": "^0.25.12",
    "typedoc-material-theme": "^1.0.2",
    "typescript": "^5.4.4",
    "vite": "^5.2.8",
    "vitest": "^1.4.0"
  },
  "packageManager": "pnpm@9.0.0-beta.0+sha256.ff1f3981cae5c53ac1f0825645dcb59a53a8e79b654bcb96d2f1f176909fdcfa",
  "scripts": {
    "build": "turbo build",
    "dev": "turbo dev",
    "preview": "turbo preview",
    "test": "vitest"
  }
}