{
  "name": "qq-integration",
  "version": "0.2.12",
  "description": "QQ integration for pi — control pi from QQ",
  "private": false,
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "keywords": [
    "pi",
    "pi-package",
    "pi-extension",
    "extension",
    "qq",
    "bot",
    "chat"
  ],
  "author": "nu11dev",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Star-233/qq-integration.git"
  },
  "bugs": {
    "url": "https://github.com/Star-233/qq-integration/issues"
  },
  "homepage": "https://github.com/Star-233/qq-integration#readme",
  "scripts": {
    "build": "tsc",
    "typecheck": "tsc --noEmit",
    "prepack": "npm run build"
  },
  "dependencies": {
    "ws": "^8.18.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.81.1",
    "@types/node": "^26.1.1",
    "@types/ws": "^8.18.1",
    "typescript": "^5.0.0"
  },
  "pi": {
    "extensions": [
      "./dist/index.js"
    ],
    "image": "https://raw.githubusercontent.com/Star-233/qq-integration/master/screenshot.png"
  },
  "files": [
    "dist/",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    "screenshot.png"
  ]
}
