{
  "name": "@sketchi-app/opencode-excalidraw",
  "version": "0.0.10",
  "description": "OpenCode plugin for generating and manipulating Excalidraw diagrams via Sketchi",
  "license": "MIT",
  "author": {
    "name": "Anand Pant",
    "email": "anand@shpit.dev"
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shpitdev/sketchi.git"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md"
  ],
  "private": false,
  "peerDependencies": {
    "@opencode-ai/plugin": "^1.15.4"
  },
  "dependencies": {
    "playwright": "^1.60.0"
  },
  "devDependencies": {
    "@opencode-ai/plugin": "1.15.4",
    "@types/node": "^25.6.0",
    "bun-types": "1.3.14",
    "typescript": "^5.9.3"
  },
  "scripts": {
    "build": "bash scripts/build.sh",
    "smoke": "bun run scripts/smoke-test.ts",
    "test:integration": "bun run scripts/integration-plugin-scenarios.ts",
    "typecheck": "bun x tsc -p tsconfig.ci.json --noEmit",
    "test": "bun test"
  }
}
