{
  "name": "@marko/run",
  "version": "0.10.0",
  "description": "The Marko application framework.",
  "keywords": [
    "marko"
  ],
  "homepage": "https://github.com/marko-js/run/tree/main/packages/run",
  "repository": {
    "type": "git",
    "url": "https://github.com/marko-js/run.git"
  },
  "license": "MIT",
  "author": "Ryan Turnquist <rturnq@gmail.com>",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/runtime/index.d.ts",
      "import": "./dist/runtime/index.js",
      "require": "./dist/runtime/index.cjs"
    },
    "./namespace": {
      "types": "./dist/runtime/namespace.d.ts"
    },
    "./router": {
      "types": "./dist/runtime/router.d.ts",
      "import": "./dist/runtime/router.js",
      "require": "./dist/runtime/router.cjs"
    },
    "./vite": {
      "types": "./dist/vite/index.d.ts",
      "import": "./dist/vite/index.js",
      "require": "./dist/vite/index.cjs"
    },
    "./adapter/middleware": {
      "types": "./dist/adapter/middleware.d.ts",
      "import": "./dist/adapter/middleware.js",
      "require": "./dist/adapter/middleware.cjs"
    },
    "./adapter": {
      "types": "./dist/adapter/index.d.ts",
      "import": "./dist/adapter/index.js",
      "require": "./dist/adapter/index.cjs"
    }
  },
  "types": "./dist/runtime/index.d.ts",
  "bin": {
    "marko-run": "./dist/cli/index.mjs"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rm -rf ./dist && tsc -b && tsx scripts/build.ts"
  },
  "dependencies": {
    "@marko/run-explorer": "^2.0.3",
    "@marko/vite": "^6.0.3",
    "browserslist": "^4.28.2",
    "cli-table3": "^0.6.5",
    "compression": "^1.8.1",
    "debug": "^4.4.3",
    "dotenv": "^17.4.1",
    "draftlog": "^1.0.13",
    "esbuild-plugin-browserslist": "^2.0.0",
    "glob": "^13.0.6",
    "human-format": "^1.2.1",
    "kleur": "^4.1.5",
    "parse-node-args": "^1.1.3",
    "sade": "^1.8.1",
    "serve-static": "^2.2.1",
    "supports-color": "^10.2.2",
    "vite": "^8.0.7",
    "warp10": "^2.1.0"
  },
  "peerDependencies": {
    "marko": "5 - 6"
  },
  "logo": {
    "url": "https://github.com/marko-js/run/raw/main/assets/marko-run.png"
  },
  "typesVersions": {
    "*": {
      "*": [
        "./dist/runtime/index.d.ts"
      ],
      "namespace": [
        "./dist/runtime/namespace.d.ts"
      ],
      "router": [
        "./dist/runtime/router.d.ts"
      ],
      "vite": [
        "./dist/vite/index.d.ts"
      ],
      "adapter/middleware": [
        "./dist/adapter/middleware.d.ts"
      ],
      "adapter": [
        "./dist/adapter/index.d.ts"
      ]
    }
  }
}
