{
    "name": "@aetherai/aether",
    "version": "0.0.11",
    "description": "Aether",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/OEvortex/copilot-helper.git"
    },
    "type": "module",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "bin": {
        "aether": "dist/cli.mjs"
    },
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "import": "./dist/index.js"
        }
    },
    "scripts": {
        "build": "node ../../scripts/build_package.js",
        "start": "node dist/index.js",
        "debug": "node --inspect-brk dist/index.js",
        "lint": "eslint . --ext .ts,.tsx",
        "format": "prettier --write .",
        "test": "vitest run",
        "test:ci": "vitest run",
        "typecheck": "tsc --noEmit",
        "check-i18n": "tsx ../../scripts/check-i18n.ts"
    },
    "files": [
        "dist",
        "README.md"
    ],
    "config": {
        "sandboxImageUri": "ghcr.io/oewortex/aether:0.0.11"
    },
    "dependencies": {
        "@agentclientprotocol/sdk": "^0.14.1",
        "@google/genai": "1.30.0",
        "@iarna/toml": "^2.2.5",
        "@modelcontextprotocol/sdk": "^1.25.1",
        "@aetherai/aether-core": "^0.0.11",
        "@types/update-notifier": "^6.0.8",
        "ansi-regex": "^6.2.2",
        "command-exists": "^1.2.9",
        "comment-json": "^4.2.5",
        "diff": "^7.0.0",
        "dotenv": "^17.1.0",
        "fzf": "^0.5.2",
        "glob": "^10.5.0",
        "highlight.js": "^11.11.1",
        "ink": "^6.2.3",
        "ink-gradient": "^3.0.0",
        "ink-link": "^4.1.0",
        "ink-spinner": "^5.0.0",
        "lowlight": "^3.3.0",
        "open": "^10.1.2",
        "p-limit": "^7.3.0",
        "prompts": "^2.4.2",
        "react": "^19.1.0",
        "read-package-up": "^11.0.0",
        "shell-quote": "^1.8.3",
        "simple-git": "^3.28.0",
        "string-width": "^7.1.0",
        "strip-ansi": "^7.1.0",
        "strip-json-comments": "^3.1.1",
        "undici": "^6.22.0",
        "update-notifier": "^7.3.1",
        "wrap-ansi": "9.0.2",
        "yargs": "^17.7.2",
        "yoga-layout": "^3.2.1",
        "zod": "^3.23.8"
    },
    "devDependencies": {
        "@babel/runtime": "^7.27.6",
        "@aetherai/aether-test-utils": "workspace:^0.0.11",
        "@testing-library/react": "^16.3.0",
        "@types/archiver": "^6.0.3",
        "@types/command-exists": "^1.2.3",
        "@types/diff": "^7.0.2",
        "@types/dotenv": "^6.1.1",
        "@types/node": "^20.11.24",
        "@types/prompts": "^2.4.9",
        "@types/react": "^19.1.8",
        "@types/react-dom": "^19.1.6",
        "@types/semver": "^7.7.0",
        "@types/shell-quote": "^1.7.5",
        "@types/yargs": "^17.0.32",
        "archiver": "^7.0.1",
        "ink-testing-library": "^4.0.0",
        "jsdom": "^26.1.0",
        "pretty-format": "^30.0.2",
        "react-dom": "^19.1.0",
        "typescript": "^5.3.3",
        "vitest": "^3.1.1"
    },
    "optionalDependencies": {
        "@teddyzhu/clipboard": "^0.0.5",
        "@teddyzhu/clipboard-darwin-arm64": "0.0.5",
        "@teddyzhu/clipboard-darwin-x64": "0.0.5",
        "@teddyzhu/clipboard-linux-arm64-gnu": "0.0.5",
        "@teddyzhu/clipboard-linux-x64-gnu": "0.0.5",
        "@teddyzhu/clipboard-win32-arm64-msvc": "0.0.5",
        "@teddyzhu/clipboard-win32-x64-msvc": "0.0.5"
    },
    "engines": {
        "node": ">=20"
    },
    "publishConfig": {
        "access": "public"
    }
}
