{
  "name": "sweteam",
  "version": "0.11.0",
  "description": "Autonomous coding agent orchestrator — turns high-level goals into PR'd code",
  "type": "module",
  "bin": {
    "sweteam": "./dist/index.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/**/*",
    "!dist/__tests__",
    "drizzle",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsx src/index.ts",
    "start": "node dist/index.js",
    "test": "vitest run",
    "typecheck": "tsc --noEmit",
    "lint": "eslint .",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "web": "tsx src/web/server.ts",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "cli",
    "coding-agent",
    "orchestrator",
    "ai",
    "claude",
    "codex",
    "opencode",
    "autonomous",
    "git",
    "github",
    "pull-request"
  ],
  "author": "SiluPanda",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SiluPanda/sweteam.git"
  },
  "bugs": {
    "url": "https://github.com/SiluPanda/sweteam/issues"
  },
  "homepage": "https://github.com/SiluPanda/sweteam#readme",
  "engines": {
    "node": ">=20.0.0"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/better-sqlite3": "^7.6.13",
    "@types/gradient-string": "^1.1.6",
    "@types/node": "^25.3.3",
    "drizzle-kit": "^0.31.9",
    "eslint": "^10.0.3",
    "prettier": "^3.8.1",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.56.1",
    "vitest": "^4.0.18"
  },
  "dependencies": {
    "@iarna/toml": "^2.2.5",
    "better-sqlite3": "^12.6.2",
    "chalk": "^5.6.2",
    "commander": "^14.0.3",
    "drizzle-orm": "^0.45.1",
    "gradient-string": "^3.0.0",
    "nanoid": "^5.1.6"
  }
}
