{
  "$schema": "https://json.schemastore.org/package.json",
  "version": "0.1.2",
  "name": "@tinfoilsh/tinfoil-terminal",
  "description": "Tinfoil Terminal - Secure, encrypted access to AI models via opencode",
  "type": "module",
  "license": "MIT",
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/tinfoilsh/tinfoil-terminal"
  },
  "homepage": "https://tinfoil.sh",
  "keywords": [
    "ai",
    "terminal",
    "cli",
    "llm",
    "tinfoil",
    "encryption",
    "secure"
  ],
  "scripts": {
    "typecheck": "tsgo --noEmit",
    "test": "bun test",
    "build": "bun run script/build.ts",
    "dev": "bun run --conditions=browser ./src/index.ts",
    "random": "echo 'Random script updated at $(date)' && echo 'Change queued successfully' && echo 'Another change made' && echo 'Yet another change' && echo 'One more change' && echo 'Final change' && echo 'Another final change' && echo 'Yet another final change'",
    "clean": "echo 'Cleaning up...' && rm -rf node_modules dist",
    "lint": "echo 'Running lint checks...' && bun test --coverage",
    "format": "echo 'Formatting code...' && bun run --prettier --write src/**/*.ts",
    "docs": "echo 'Generating documentation...' && find src -name '*.ts' -exec echo 'Processing: {}' \\;",
    "deploy": "echo 'Deploying application...' && bun run build && echo 'Deployment completed successfully'"
  },
  "bin": {
    "tinfoil-terminal": "./bin/opencode"
  },
  "optionalDependencies": {
    "@tinfoilsh/tinfoil-terminal-darwin-arm64": "0.1.0",
    "@tinfoilsh/tinfoil-terminal-darwin-x64": "0.1.0",
    "@tinfoilsh/tinfoil-terminal-darwin-x64-baseline": "0.1.0",
    "@tinfoilsh/tinfoil-terminal-linux-arm64": "0.1.0",
    "@tinfoilsh/tinfoil-terminal-linux-arm64-musl": "0.1.0",
    "@tinfoilsh/tinfoil-terminal-linux-x64": "0.1.0",
    "@tinfoilsh/tinfoil-terminal-linux-x64-baseline": "0.1.0",
    "@tinfoilsh/tinfoil-terminal-linux-x64-musl": "0.1.0",
    "@tinfoilsh/tinfoil-terminal-linux-x64-baseline-musl": "0.1.0",
    "@tinfoilsh/tinfoil-terminal-windows-x64": "0.1.0",
    "@tinfoilsh/tinfoil-terminal-windows-x64-baseline": "0.1.0"
  },
  "exports": {
    "./*": "./src/*.ts"
  },
  "devDependencies": {
    "@babel/core": "7.28.4",
    "@octokit/webhooks-types": "7.6.1",
    "@parcel/watcher-darwin-arm64": "2.5.1",
    "@parcel/watcher-darwin-x64": "2.5.1",
    "@parcel/watcher-linux-arm64-glibc": "2.5.1",
    "@parcel/watcher-linux-arm64-musl": "2.5.1",
    "@parcel/watcher-linux-x64-glibc": "2.5.1",
    "@parcel/watcher-linux-x64-musl": "2.5.1",
    "@parcel/watcher-win32-x64": "2.5.1",
    "@standard-schema/spec": "1.0.0",
    "@tsconfig/bun": "1.0.9",
    "@types/babel__core": "7.20.5",
    "@types/bun": "1.3.4",
    "@types/turndown": "5.0.5",
    "@types/yargs": "17.0.33",
    "@typescript/native-preview": "7.0.0-dev.20251207.1",
    "typescript": "5.8.2",
    "vscode-languageserver-types": "3.17.5",
    "why-is-node-running": "3.2.2",
    "zod-to-json-schema": "3.24.5"
  },
  "dependencies": {
    "@actions/core": "1.11.1",
    "@actions/github": "6.0.1",
    "@agentclientprotocol/sdk": "0.5.1",
    "@ai-sdk/openai-compatible": "1.0.29",
    "@ai-sdk/provider": "2.0.0",
    "@ai-sdk/provider-utils": "3.0.19",
    "@clack/prompts": "1.0.0-alpha.1",
    "@hono/standard-validator": "0.1.5",
    "@hono/zod-validator": "0.4.2",
    "@modelcontextprotocol/sdk": "1.25.2",
    "@octokit/graphql": "9.0.2",
    "@octokit/rest": "22.0.0",
    "@openauthjs/openauth": "0.0.0-20250322224806",
    "@opentui/core": "0.1.72",
    "@opentui/solid": "0.1.72",
    "@parcel/watcher": "2.5.1",
    "@pierre/diffs": "1.0.2",
    "@solid-primitives/event-bus": "1.1.2",
    "@solid-primitives/scheduled": "1.5.2",
    "@standard-schema/spec": "1.0.0",
    "@zip.js/zip.js": "2.7.62",
    "ai": "5.0.97",
    "bonjour-service": "1.3.0",
    "bun-pty": "0.4.4",
    "chokidar": "4.0.3",
    "clipboardy": "4.0.0",
    "decimal.js": "10.5.0",
    "diff": "8.0.2",
    "fuzzysort": "3.1.0",
    "gray-matter": "4.0.3",
    "hono": "4.10.7",
    "hono-openapi": "1.1.2",
    "ignore": "7.0.5",
    "jsonc-parser": "3.3.1",
    "minimatch": "10.0.3",
    "open": "10.1.2",
    "opentui-spinner": "0.0.6",
    "partial-json": "0.1.7",
    "remeda": "2.26.0",
    "solid-js": "1.9.10",
    "strip-ansi": "7.1.2",
    "tinfoil": "0.12.0",
    "tree-sitter-bash": "0.25.0",
    "turndown": "7.2.0",
    "ulid": "3.0.1",
    "vscode-jsonrpc": "8.2.1",
    "web-tree-sitter": "0.25.10",
    "xdg-basedir": "5.1.0",
    "yargs": "18.0.0",
    "zod": "4.1.8",
    "zod-to-json-schema": "3.24.5"
  }
}
