{
  "name": "@arkstack/console",
  "version": "0.17.12",
  "type": "module",
  "description": "Console module for Arkstack, providing the command-line runtime and console integration layer.",
  "homepage": "https://arkstack.toneflix.net/guide/cli",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arkstack-hq/arkstack.git",
    "directory": "packages/console"
  },
  "keywords": [
    "console",
    "cli",
    "command-line",
    "interface",
    "runtime",
    "application",
    "framework",
    "stubs",
    "musket",
    "h3ravel"
  ],
  "files": [
    "dist",
    "stubs"
  ],
  "exports": {
    ".": "./dist/index.js",
    "./app": "./dist/app.js",
    "./helpers": "./dist/helpers.js",
    "./prepare": "./dist/prepare.js",
    "./package.json": "./package.json"
  },
  "bin": {
    "ark": "./dist/index.js",
    "prepare": "./dist/prepare.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "arkormx": "^2.12.0",
    "clear-router": "^2.9.2",
    "@arkstack/database": "^0.17.12"
  },
  "dependencies": {
    "@h3ravel/musket": "^2.2.2",
    "@h3ravel/support": "^2.2.4",
    "chalk": "^5.6.2",
    "resora": "^1.3.32",
    "ts-morph": "^28.0.0",
    "@arkstack/common": "^0.17.12",
    "@arkstack/contract": "^0.17.12"
  },
  "peerDependenciesMeta": {
    "@arkstack/database": {
      "optional": true
    },
    "arkormx": {
      "optional": true
    }
  },
  "scripts": {
    "build": "tsdown",
    "test": "vitest",
    "version:patch": "pnpm version patch"
  }
}