{
  "name": "opencode-godot-toolkit",
  "version": "0.0.15",
  "description": "All-in-one toolkit for using Godot with OpenCode (best practices, LSP, unit tests, doc search)",
  "keywords": [
    "agents",
    "gdscript",
    "godot",
    "lsp",
    "opencode",
    "skills",
    "testing"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/tudddorrr/opencode-godot-toolkit.git"
  },
  "files": [
    "dist",
    "skills",
    "prompts",
    "README.md",
    "LICENSE"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "scripts": {
    "build": "bun build src/index.ts src/godot-lsp-bridge.ts --outdir dist --target node --format esm",
    "prepublishOnly": "bun run build",
    "lint": "oxlint",
    "lint:fix": "oxlint --fix",
    "fmt": "oxfmt --check",
    "fmt:fix": "oxfmt --write"
  },
  "devDependencies": {
    "@opencode-ai/plugin": "^1.14.29",
    "bun-types": "latest",
    "oxfmt": "^0.47.0",
    "oxlint": "^1.62.0",
    "oxlint-tsgolint": "^0.22.1",
    "typescript": "^6.0.3"
  }
}
