{
  "name": "monaco-yaml-inline",
  "version": "1.0.0",
  "description": "Monaco Editor YAML support without Web Workers.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "vite build",
    "build:e2e": "vite build --config vite.e2e.config.ts",
    "dev": "concurrently -k \"vite build --watch\" \"vite build --config vite.e2e.config.ts --watch\" \"npx http-server e2e/dist -p 4173\"",
    "prepublishOnly": "npm run build",
    "test": "vitest run && playwright test",
    "test:ui": "vitest",
    "test:e2e": "playwright test"
  },
  "keywords": [
    "monaco",
    "monaco-editor",
    "yaml",
    "language-server",
    "lsp"
  ],
  "author": "bitofsky",
  "license": "MIT",
  "type": "module",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bitofsky/monaco-yaml-inline.git"
  },
  "bugs": {
    "url": "https://github.com/bitofsky/monaco-yaml-inline/issues"
  },
  "homepage": "https://github.com/bitofsky/monaco-yaml-inline#readme",
  "peerDependencies": {
    "monaco-editor": "^0.52.0"
  },
  "devDependencies": {
    "@playwright/test": "^1.49.0",
    "concurrently": "^9.2.1",
    "jsdom": "^28.0.0",
    "monaco-editor": "^0.52.0",
    "path-browserify": "^1.0.1",
    "typescript": "^5.9.3",
    "url": "^0.11.4",
    "vite": "^5.4.21",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^2.1.8"
  },
  "dependencies": {
    "monaco-languageserver-types": "^0.4.0",
    "monaco-marker-data-provider": "^1.2.5",
    "vscode-languageserver-textdocument": "^1.0.12",
    "yaml-language-server": "^1.19.2"
  }
}
