{
  "name": "relaycode",
  "version": "1.1.6",
  "description": "A developer assistant that automates applying code changes from LLMs.",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "relay": "./dist/cli.cjs"
  },
  "files": [
    "dist",
    "fallbacks"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "clean": "rm -rf dist",
    "build": "bun run scripts/update-timestamp.ts && tsup",
    "test": "bun test",
    "lint": "eslint . --ext .ts,.js",
    "lint:fix": "eslint . --ext .ts,.js --fix",
    "dev": "bun run src/cli.ts",
    "prepublishOnly": "bun run build",
    "bundle": "repomix && sudo rm -rf docs/repomix-output.md && clear",
    "commit": "bun run src/cli.ts git commit -y && git push"
  },
  "devDependencies": {
    "@types/bun": "latest",
    "@types/js-yaml": "^4.0.9",
    "@types/uuid": "^10.0.0",
    "@typescript-eslint/eslint-plugin": "^8.43.0",
    "@typescript-eslint/parser": "^8.43.0",
    "chalk": "^5.4.1",
    "clipboardy": "^4.0.0",
    "commander": "^12.1.0",
    "esbuild": "0.25.6",
    "js-yaml": "^4.1.0",
    "konro": "0.1.17",
    "relaycode-core": "0.1.3",
    "toasted-notifier": "^10.1.0",
    "tsup": "^8.5.0",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.43.0",
    "uuid": "^11.1.0",
    "zod": "^3.25.67"
  },
  "keywords": [
    "ai",
    "llm",
    "automation",
    "codegen",
    "developer-tool",
    "cli"
  ],
  "author": "Noca.pro",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/nocapro/relaycode.git"
  },
  "homepage": "https://relay.noca.pro"
}
