{
  "name": "ework-web",
  "version": "0.10.136",
  "type": "module",
  "description": "ework-web — standalone multi-project issue tracker. Local SQLite-backed, no external API dependency. Bun + TypeScript + SSR HTML.",
  "license": "MIT",
  "author": "contributors",
  "repository": {
    "type": "git",
    "url": "https://github.com/ranxianglei/ework-web.git"
  },
  "homepage": "https://github.com/ranxianglei/ework-web",
  "bugs": {
    "url": "https://github.com/ranxianglei/ework-web/issues"
  },
  "keywords": [
    "issue-tracker",
    "gitea-compatible",
    "opencode",
    "sqlite",
    "ssr",
    "bun",
    "self-hosted"
  ],
  "bin": {
    "ework-web": "./bin/ework-web.js"
  },
  "files": [
    "src",
    "bin",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "bun": ">=1.1.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev": "bun --watch src/index.ts",
    "start": "bun src/index.ts",
    "check": "tsc --noEmit",
    "typecheck": "tsc --noEmit",
    "test": "bun test --timeout=30000",
    "test:mysql": "bash scripts/test-mysql.sh"
  },
  "dependencies": {
    "@types/dompurify": "^3.2.0",
    "dompurify": "^3.4.11",
    "highlight.js": "^11.10.0",
    "jsdom": "^29.1.1",
    "marked": "^15.0.0",
    "marked-highlight": "^2.2.0",
    "mysql2": "^3.23.1",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/bun": "^1.4.2",
    "@types/jsdom": "^28.0.3",
    "typescript": "^5.6.0"
  }
}
