{
  "name": "playhtml",
  "title": "playhtml",
  "description": "Create interactive, collaborative html elements with a single attribute",
  "version": "2.13.2",
  "license": "MIT",
  "type": "module",
  "keywords": [
    "html",
    "collaboration",
    "fun",
    "real-time",
    "persistence",
    "html energy"
  ],
  "author": {
    "name": "Spencer Chang",
    "email": "spencerc99@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/spencerc99/playhtml.git",
    "directory": "packages/playhtml"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/spencerc99"
  },
  "bugs": {
    "url": "https://github.com/spencerc99/playhtml/issues"
  },
  "main": "./dist/playhtml.es.js",
  "types": "./dist/main.d.ts",
  "module": "./dist/playhtml.es.js",
  "homepage": "https://playhtml.fun",
  "files": [
    "dist",
    "leafEditor.d.ts"
  ],
  "exports": {
    ".": {
      "types": "./dist/main.d.ts",
      "import": "./dist/playhtml.es.js"
    },
    "./leafEditor": {
      "types": "./leafEditor.d.ts",
      "import": "./dist/leafEditor.es.js"
    },
    "./dist/style.css": {
      "import": "./dist/style.css",
      "require": "./dist/style.css"
    }
  },
  "scripts": {
    "build": "tsc && vite build",
    "test": "vitest run --no-typecheck",
    "test:watch": "vitest --no-typecheck"
  },
  "devDependencies": {
    "sass": "^1.62.1",
    "typescript": "^5.0.2",
    "vite": "^7.1.2",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "3.2.4",
    "jsdom": "^26.1.0",
    "happy-dom": "^15.11.6"
  },
  "dependencies": {
    "@playhtml/common": "^0.8.2",
    "@syncedstore/core": "^0.6.0",
    "lit-html": "^3.2.1",
    "partysocket": "^1.2.0",
    "y-partyserver": "^2.2.0",
    "yjs": "13.6.18"
  }
}
