{
  "name": "oquick",
  "version": "0.1.25",
  "description": "Drop a folder, get a secure URL.",
  "type": "module",
  "bin": {
    "quick": "./dist/bin.js",
    "oq": "./dist/bin.js",
    "oquick": "./dist/bin.js"
  },
  "files": [
    "dist",
    "equip",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/open-quick/open-quick.git",
    "directory": "packages/cli"
  },
  "scripts": {
    "build": "tsx scripts/build.ts",
    "pack-check": "tsx scripts/pack-check.ts",
    "prepublishOnly": "pnpm run build && pnpm run pack-check -- --skip-build",
    "quick": "tsx src/bin.ts",
    "oq": "tsx src/bin.ts"
  },
  "dependencies": {
    "@hono/node-server": "^1.13.0",
    "@mdx-js/mdx": "^3.1.0",
    "@stricli/core": "^1.1.0",
    "@tanstack/react-query": "^5.62.0",
    "better-auth": "^1.6.19",
    "drizzle-orm": "^0.45.2",
    "hono": "^4.6.0",
    "jsdom": "^29.1.1",
    "markdown-it": "^14.1.0",
    "mermaid": "^11.15.0",
    "opendal": "^0.49.4",
    "pg": "^8.21.0",
    "preact": "^10.24.0",
    "preact-render-to-string": "^6.5.0",
    "remark-gfm": "^4.0.1",
    "tar-stream": "^2.2.0"
  },
  "devDependencies": {
    "@open-quick/connectors": "workspace:*",
    "@open-quick/contracts": "workspace:*",
    "@open-quick/server": "workspace:*",
    "@open-quick/storage": "workspace:*",
    "@open-quick/telemetry": "workspace:*",
    "@types/jsdom": "^28.0.3",
    "@types/pg": "^8.20.0",
    "esbuild": "^0.25.12",
    "testcontainers": "^10.13.0"
  }
}
