{
  "name": "@ttsc/playground",
  "version": "0.30.4",
  "description": "Reusable React + Web Worker scaffolding for in-browser ttsc playgrounds built on @ttsc/wasm.",
  "main": "lib/src/index.js",
  "types": "lib/src/index.d.ts",
  "files": [
    "lib",
    "src",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "types": "./lib/src/index.d.ts",
      "default": "./lib/src/index.js"
    },
    "./package.json": "./package.json"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/samchon/ttsc"
  },
  "author": "Jeongho Nam",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/samchon/ttsc/issues"
  },
  "homepage": "https://ttsc.dev",
  "dependencies": {
    "lz-string": "^1.5.0",
    "semver": "^7.8.1"
  },
  "peerDependencies": {
    "@monaco-editor/react": "^4.6.0",
    "monaco-editor": "^0.52.0",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "tgrid": "^1.0.3",
    "@ttsc/wasm": "^0.30.4"
  },
  "devDependencies": {
    "@monaco-editor/react": "^4.6.0",
    "@types/semver": "^7.7.1",
    "@types/node": "^25.3.0",
    "@types/react": "^18.3.1",
    "monaco-editor": "^0.52.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "rimraf": "^6.1.2",
    "tgrid": "^1.0.3",
    "typescript": "^7.0.2",
    "@ttsc/wasm": "^0.30.4"
  },
  "keywords": [
    "ttsc",
    "playground",
    "typescript",
    "browser",
    "wasm",
    "react"
  ],
  "scripts": {
    "build": "rimraf lib && tsc -p ."
  }
}