{
  "name": "capix-code",
  "version": "1.4.1",
  "description": "Capix Code — decentralized AI coding agent with GPU marketplace",
  "license": "Apache-2.0",
  "type": "module",
  "bin": {
    "capix-code": "./bin/capix-code.cjs"
  },
  "files": [
    "bin/",
    "scripts/",
    "dist/customer/config/",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "compile": "tsc --noEmit",
    "lint": "eslint src/",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "manifest:validate": "node scripts/validate-manifest.mjs manifest/release-manifest.json",
    "manifest:build": "node scripts/build-manifest.mjs",
    "resolve-version": "node scripts/resolve-version.mjs",
    "prepack": "node scripts/prepare-npm-meta.mjs",
    "pack:npm-platform": "node scripts/prepare-npm-platform.mjs",
    "postinstall": "node scripts/postinstall.cjs"
  },
  "devDependencies": {
    "@ai-sdk/provider": "3.0.8",
    "@eslint/js": "^9.0.0",
    "@types/node": "^22.0.0",
    "@vitest/coverage-v8": "^2.1.0",
    "eslint": "^9.0.0",
    "husky": "^9.0.0",
    "lint-staged": "^15.0.0",
    "prettier": "^3.0.0",
    "typescript": "^5.7.0",
    "typescript-eslint": "^8.0.0",
    "vitest": "^2.1.0"
  },
  "lint-staged": {
    "*.{ts,js}": [
      "prettier --write",
      "eslint --fix"
    ],
    "*.{json,md,yml}": [
      "prettier --write"
    ]
  },
  "keywords": [
    "ai",
    "coding",
    "agent",
    "gpu",
    "llm",
    "inference",
    "capix",
    "solana"
  ]
}
