{
  "name": "@aexol/spectral",
  "version": "0.9.228",
  "description": "AI coding agent for Aexol with relay-based browser access.",
  "type": "module",
  "private": false,
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "spectral": "dist/cli.js",
    "aexol": "dist/cli.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "scripts/postinstall.mjs",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "scripts": {
    "prebuild": "node scripts/vendor-parser.mjs",
    "build": "tsc && node scripts/postbuild.mjs",
    "dev": "tsx src/cli.ts",
    "test": "vitest run",
    "test:watch": "vitest",
    "benchmark:cache": "tsx scripts/benchmark-cache.ts",
    "prepublishOnly": "npm run build && npm test",
    "build:standalone": "bash scripts/build-standalone.sh",
    "build:standalone:all": "bash scripts/build-standalone.sh --all",
    "build:electron": "bash scripts/build-electron.sh",
    "build:electron:all": "bash scripts/build-electron.sh --all",
    "postinstall": "node scripts/postinstall.mjs"
  },
  "overrides": {
    "glob": "^13.0.0",
    "encoding-sniffer": "^1.0.0"
  },
  "engines": {
    "node": ">=20"
  },
  "keywords": [
    "aexol",
    "spectral",
    "coding-agent",
    "ai",
    "cli",
    "openai",
    "agent",
    "relay"
  ],
  "homepage": "https://aexol.com",
  "repository": {
    "type": "git",
    "url": "https://gitlab.aexol.com/aexol/spectral.git",
    "directory": "cli-node"
  },
  "bugs": {
    "url": "https://gitlab.aexol.com/aexol/spectral/-/issues"
  },
  "license": "MIT",
  "spectralConfig": {
    "name": "spectral",
    "configDir": ".spectral"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@aexol/wizard-spectral": "^0.1.0",
    "@inquirer/prompts": "^7.2.0",
    "@mariozechner/jiti": "2.6.5",
    "@modelcontextprotocol/ext-apps": "^1.2.2",
    "@modelcontextprotocol/sdk": "^1.25.1",
    "@silvia-odwyer/photon-node": "^0.3.3",
    "better-sqlite3": "^12.9.0",
    "chalk": "^5.6.2",
    "cheerio": "^1.2.0",
    "cross-spawn": "^7.0.6",
    "diff": "^8.0.0",
    "get-east-asian-width": "^1.3.0",
    "glob": "^13.0.0",
    "highlight.js": "^11.11.0",
    "hosted-git-info": "^8.0.0",
    "ignore": "^7.0.0",
    "marked": "^15.0.0",
    "minimatch": "^10.0.0",
    "open": "^10.2.0",
    "openai": "^5.23.0",
    "partial-json": "^0.1.7",
    "picocolors": "^1.1.1",
    "playwright": "^1.60.0",
    "proper-lockfile": "^4.1.2",
    "proxy-agent": "^6.5.0",
    "turndown": "^7.2.0",
    "typebox": "^1.1.24",
    "undici": "^7.0.0",
    "ws": "^8.20.0",
    "yaml": "^2.7.0",
    "zod": "^3.25.0 || ^4.0.0"
  },
  "devDependencies": {
    "@aexol/relay-protocol": "file:../packages/relay-protocol",
    "@types/better-sqlite3": "^7.6.13",
    "@types/cross-spawn": "^6.0.6",
    "@types/hosted-git-info": "^3.0.5",
    "@types/node": "^20.11.0",
    "@types/proper-lockfile": "^4.1.4",
    "@types/ws": "^8.18.1",
    "tsx": "^4.7.0",
    "typescript": "^5.4.0",
    "vitest": "^2.1.9"
  }
}
