{
  "name": "loom-agent",
  "version": "1.2.36",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/toshalkumbhar8979-design/loomcode.git"
  },
  "homepage": "https://github.com/toshalkumbhar8979-design/loomcode#readme",
  "bugs": {
    "url": "https://github.com/toshalkumbhar8979-design/loomcode/issues"
  },
  "description": "Loom Code ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â AI-powered coding agent for the terminal. Multi-provider support including NVIDIA. OpenTUI interface.",
  "main": "src/index.js",
  "publishConfig": {
    "access": "public",
    "tag": "latest"
  },
  "bin": {
    "loom": "bin/loom-bun.js",
    "loom-tui": "bin/loom-tui.js"
  },
  "scripts": {
    "start": "node src/index.js",
    "dev": "node --watch src/index.js",
    "setup": "node src/setup.js",
    "test": "bun run src/tui/test-interactive.tsx && bun run test:unit && bun run lint:core",
    "test:unit": "bun test src/core/agents.test.js src/core/hooks.test.js src/core/custom-commands.test.js src/core/background-tasks.test.js src/core/memory.test.js src/core/subagent-log.test.js src/core/session.test.js src/tools/index.test.js src/tools/security.test.js src/providers/providers.test.js src/providers/caching.test.js src/providers/caching-thinking.test.js src/providers/registry.test.js src/mcp/mcp-client.test.js src/mcp/mcp-manager.test.js src/core/session-store.test.js src/skills/skills-manager.test.js src/core/usage.test.js src/core/permissions.test.js src/core/format.test.js src/acp/acp-server.test.js src/web/web-server.test.js src/tui/keybinds.test.ts",
    "lint:core": "node node_modules/typescript/bin/tsc -p tsconfig.core.json",
    "smoke:acp": "node scripts/acp-smoke.js",
    "tui": "bun bin/loom-tui.js",
    "tui:win": "\"%USERPROFILE%\\..\\bun\\bin\\bun.exe\" run src/tui-open.tsx",
    "prepublishOnly": "npm test",
    "postinstall": "node scripts/postinstall.js",
    "lint": "tsc --noEmit"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.120.0",
    "@opentui/core": "0.5.3",
    "@opentui/solid": "0.5.3",
    "@shikijs/themes": "4.4.3",
    "bonjour-service": "^1.4.4",
    "boxen": "^8.0.0",
    "chalk": "^5.3.0",
    "cli-spinners": "^3.2.0",
    "commander": "^12.1.0",
    "dayjs": "^1.11.0",
    "diff": "^7.0.0",
    "dotenv": "^16.4.0",
    "glob": "^13.0.6",
    "inquirer": "^12.1.0",
    "openai": "^5.23.2",
    "ora": "^8.0.0",
    "shell-quote": "^1.8.1",
    "solid-js": "1.9.12",
    "strip-ansi": "^7.1.0",
    "tiktoken": "^1.0.22",
    "uuid": "^11.0.0",
    "wrap-ansi": "^9.0.0"
  },
  "optionalDependencies": {
    "@opentui/core-darwin-arm64": "0.5.3",
    "@opentui/core-darwin-x64": "0.5.3",
    "@opentui/core-linux-arm64": "0.5.3",
    "@opentui/core-linux-x64": "0.5.3",
    "@opentui/core-win32-x64": "0.5.3",
    "@oven/bun-darwin-aarch64": "1.3.14",
    "@oven/bun-darwin-x64": "1.3.14",
    "@oven/bun-linux-aarch64": "1.3.14",
    "@oven/bun-linux-x64": "1.3.14",
    "@oven/bun-windows-aarch64": "1.3.14",
    "@oven/bun-windows-x64": "1.3.14"
  },
  "overrides": {
    "glob": "^13.0.6"
  },
  "devDependencies": {
    "@types/bun": "^1.2.0",
    "typescript": "^5.7.3"
  },
  "files": [
    "bunfig.toml",
    "tsconfig.json",
    "bin/loom-bun.js",
    "bin/loom.js",
    "bin/loom-tui.js",
    "src/**/*.js",
    "src/**/*.tsx",
    "src/**/*.ts",
    "!src/**/test-*",
    "!src/**/*.test.*",
    "!src/test-loop.js",
    "!src/test-tools.js",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    ".env.example",
    "LOOM.md",
    "docs/acp.md",
    "scripts/acp-smoke.js",
    "scripts/postinstall.js",
    "docs/web.md",
    "src/web/index.html",
    "src/web/graph-view.html"
  ],
  "keywords": [
    "ai",
    "cli",
    "coding-agent",
    "loom-code",
    "anthropic",
    "openai",
    "nvidia",
    "terminal",
    "opentui"
  ],
  "engines": {
    "node": ">=18.0.0",
    "bun": ">=1.0.0"
  },
  "directories": {
    "doc": "docs"
  },
  "author": "",
  "license": "MIT",
  "type": "commonjs"
}
