{
  "name": "tura-ai",
  "version": "0.1.14",
  "description": "Local AI coding system with Rust services, command packages, TUI, and GUI workspaces.",
  "type": "module",
  "license": "AGPL-3.0-or-later",
  "author": "Tura",
  "keywords": [
    "ai-agent",
    "coding-agent",
    "cli",
    "tui",
    "tauri",
    "rust"
  ],
  "homepage": "https://github.com/Tura-AI/test-tura#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Tura-AI/test-tura.git"
  },
  "bugs": {
    "url": "https://github.com/Tura-AI/test-tura/issues"
  },
  "bin": {
    "tura": "npm/tura.mjs"
  },
  "engines": {
    "node": ">=20"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "packageManager": "bun@1.3.11",
  "files": [
    "LICENSE",
    "README.md",
    "ARCHITECTURE.md",
    "Cargo.toml",
    "Cargo.lock",
    "requirements.txt",
    "agents/Cargo.toml",
    "agents/src/**/*.rs",
    "agents/src/**/*.json",
    "agents/src/**/*.md",
    "apps/tui/package.json",
    "apps/tui/package-lock.json",
    "apps/tui/tsconfig.json",
    "apps/tui/tsconfig.eslint.json",
    "apps/tui/eslint.config.js",
    "apps/tui/knip.json",
    "apps/tui/src/**",
    "apps/tui/scripts/**",
    "apps/gui/package.json",
    "apps/gui/bun.lock",
    "apps/gui/tsconfig.eslint.json",
    "apps/gui/eslint.config.js",
    "apps/gui/turbo.json",
    "apps/gui/app/package.json",
    "apps/gui/app/index.html",
    "apps/gui/app/tsconfig.json",
    "apps/gui/app/vite.config.ts",
    "apps/gui/app/src/**",
    "apps/gui/app/public/**",
    "apps/gui/sdk/gateway/package.json",
    "apps/gui/sdk/gateway/tsconfig.json",
    "apps/gui/sdk/gateway/src/**",
    "apps/tauri/package.json",
    "apps/tauri/bun.lock",
    "apps/tauri/src-tauri/Cargo.toml",
    "apps/tauri/src-tauri/build.rs",
    "apps/tauri/src-tauri/src/**",
    "apps/tauri/src-tauri/tauri.conf.json",
    "apps/tauri/src-tauri/capabilities/**",
    "apps/tauri/src-tauri/permissions/**",
    "assets/**",
    "commands/*/Cargo.toml",
    "commands/*/*.toml",
    "commands/*/*.md",
    "commands/*/*.json",
    "commands/*/*.rs",
    "commands/*/install.ps1",
    "commands/*/install.sh",
    "commands/*/requirements.txt",
    "commands/*/pyproject.toml",
    "commands/*/src/**",
    "crates/*/Cargo.toml",
    "crates/*/build.rs",
    "crates/*/src/**",
    "crates/*/config/**",
    "docs/**",
    "npm/**",
    "personas/Cargo.toml",
    "personas/src/**/*.rs",
    "personas/src/**/*.json",
    "personas/src/**/*.md",
    "scripts/*.ps1",
    "scripts/*.sh",
    "scripts/ARCHITECTURE.md",
    "scripts/installers/**",
    "scripts/npm/**",
    "scripts/tests/**",
    "scripts/packages/*/manifest.toml",
    "scripts/packages/playwright_node/package.json",
    "tests/README.md",
    "xtask/Cargo.toml",
    "xtask/Cargo.lock",
    "xtask/*.toml",
    "xtask/scripts/**",
    "xtask/src/**"
  ],
  "scripts": {
    "postinstall": "node ./scripts/npm/install-release.mjs",
    "install:deps": "node ./scripts/npm/run-install.mjs",
    "build:release": "node ./scripts/npm/run-build-release.mjs",
    "package:release": "node ./scripts/npm/package-release.mjs",
    "package:platform": "node ./scripts/npm/package-platform.mjs",
    "ci": "sh ./scripts/run-ci.sh",
    "ci:crates": "sh ./xtask/scripts/run-ci-crate-tests.sh",
    "release:dry-run": "sh ./scripts/run-release-dry-run.sh",
    "pack:check": "node ./scripts/npm/prepack.mjs && npm pack --dry-run",
    "prepack": "node ./scripts/npm/prepack.mjs",
    "publish:dry-run": "npm publish --dry-run --access public"
  },
  "optionalDependencies": {
    "tura-darwin-arm64": "0.1.14",
    "tura-darwin-x64": "0.1.14",
    "tura-linux-x64": "0.1.14",
    "tura-win32-x64": "0.1.14"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  }
}
