{
  "name": "@keystrokehq/hosting",
  "version": "0.1.36",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/keystrokehq/keystroke.git",
    "directory": "packages/hosting"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./org-artifacts": {
      "types": "./dist/org-artifacts.d.mts",
      "import": "./dist/org-artifacts.mjs",
      "require": "./dist/org-artifacts.cjs"
    },
    "./docker": {
      "types": "./dist/docker.d.mts",
      "import": "./dist/docker.mjs",
      "require": "./dist/docker.cjs"
    }
  },
  "publishConfig": {
    "access": "public",
    "provenance": true,
    "registry": "https://registry.npmjs.org"
  },
  "dependencies": {
    "dockerode": "^4.0.9",
    "@keystrokehq/shared": "0.1.67"
  },
  "devDependencies": {
    "@types/dockerode": "^3.3.47",
    "@types/node": "^25.9.1",
    "@typescript/native": "npm:typescript@^7.0.2",
    "oxlint": "^1.66.0",
    "tsdown": "^0.22.0",
    "typescript": "npm:@typescript/typescript6@^6.0.2",
    "vitest": "^4.1.7",
    "@keystrokehq/oxlint-config": "0.0.4",
    "@keystrokehq/tsconfig": "0.0.3",
    "@keystrokehq/tsdown-config": "0.0.5",
    "@keystrokehq/vitest-config": "0.0.7"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch --no-clean",
    "test": "vitest run",
    "test:unit": "vitest run --project unit",
    "typecheck": "tsc --noEmit"
  }
}