{
  "name": "aether-code",
  "version": "0.34.2",
  "description": "Uncensored AI coding agent for your terminal — Claude Code alternative with MCP support. Reads code, writes files, runs commands. Drives IDA Pro, Roblox Studio, Wireshark, Blender, and any MCP server. No refusal layer.",
  "homepage": "https://trynoguard.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/dannyphantomx64/aether-code"
  },
  "license": "MIT",
  "type": "module",
  "bin": {
    "aether": "bin/aether-code.js"
  },
  "files": [
    "bin",
    "src",
    "scripts",
    "skills",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.js",
    "lint": "node --check bin/aether-code.js src/agent.js src/api.js src/config.js src/render.js src/tools.js src/diff.js src/repl.js src/mcp.js src/mcp-cli.js src/mcp-registry.js src/skills.js src/update-check.js src/box-input.js src/ink-input.js scripts/postinstall.js",
    "test": "node --test \"test/**/*.test.js\"",
    "prepublishOnly": "npm run lint && npm test"
  },
  "keywords": [
    "aether",
    "ai",
    "ai-agent",
    "ai-cli",
    "ai-coding-assistant",
    "ai-coding-agent",
    "ai-pair-programmer",
    "agent",
    "agentic",
    "agentic-ai",
    "cli",
    "claude-code",
    "claude-code-alternative",
    "cursor-alternative",
    "coding-agent",
    "code-generation",
    "developer-tools",
    "llm",
    "llm-agent",
    "llm-tools",
    "mcp",
    "mcp-client",
    "model-context-protocol",
    "modelcontextprotocol",
    "ida-pro",
    "reverse-engineering",
    "roblox",
    "uncensored",
    "uncensored-ai",
    "uncensored-llm",
    "terminal",
    "tool-use",
    "tool-calling",
    "trynoguard"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "ink": "^7.1.0",
    "ink-text-input": "^6.0.0",
    "react": "^19.2.7"
  },
  "devDependencies": {
    "ink-testing-library": "^4.0.0"
  }
}
