{
  "name": "@editframe/dev-server",
  "version": "0.60.10",
  "description": "Framework-agnostic Editframe dev media server",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "build": "tsdown",
    "build:watch": "tsdown --watch"
  },
  "type": "module",
  "author": "",
  "license": "SEE LICENSE IN LICENSE-FULL.md",
  "dependencies": {
    "@editframe/api": "0.60.10",
    "@editframe/assets": "0.60.10",
    "connect": "^3.7.0",
    "debug": "^4.3.5",
    "mime": "^4.0.3",
    "odiff-bin": "^4.3.2",
    "parse5": "^7.3.0"
  },
  "devDependencies": {
    "@types/connect": "^3.4.38",
    "@types/node": "^22.0.0",
    "typescript": "^5.9.3"
  },
  "types": "./dist/index.d.ts",
  "publishConfig": {
    "exports": {
      ".": {
        "import": {
          "types": "./dist/index.d.ts",
          "default": "./dist/index.js"
        }
      },
      "./package.json": "./package.json"
    },
    "tag": "beta"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/editframe/monorepo.git",
    "directory": "elements/packages/dev-server"
  }
}
