{
  "name": "@coze/taro-api",
  "version": "0.1.0",
  "description": "Official Coze Taro SDK for seamless AI integration into your applications | 扣子官方 Taro SDK，助您轻松集成 AI 能力到应用中",
  "keywords": [
    "coze",
    "ai",
    "taro",
    "taro-api",
    "coze-taro",
    "coze-api",
    "sdk",
    "chatbot",
    "typescript"
  ],
  "homepage": "https://github.com/coze-dev/coze-js/tree/main/packages/coze-taro",
  "bugs": {
    "url": "https://github.com/coze-dev/coze-js/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/coze-dev/coze-js.git",
    "directory": "packages/coze-taro"
  },
  "license": "MIT",
  "author": "yjfengwen <yjfengwen@gmail.com>",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "LICENSE",
    "README.md",
    "README.zh-CN.md"
  ],
  "scripts": {
    "build": "tsc -b tsconfig.build.json -f",
    "format": "prettier --write .",
    "lint": "eslint ./ --cache --quiet",
    "test": "vitest --run",
    "test:cov": "vitest --coverage --run"
  },
  "dependencies": {
    "@coze/api": "1.2.0"
  },
  "devDependencies": {
    "@coze-infra/eslint-config": "workspace:*",
    "@coze-infra/ts-config": "workspace:*",
    "@coze-infra/vitest-config": "workspace:*",
    "@types/node": "^20",
    "@vitest/coverage-v8": "~2.1.4",
    "typescript": "^5.5.3",
    "vitest": "~2.1.4"
  },
  "peerDependencies": {
    "@tarojs/taro": ">=3",
    "axios": "^1.7.1"
  },
  "cozePublishConfig": {
    "main": "dist/index.js",
    "module": "dist/index.js",
    "types": "dist/index.d.ts"
  }
}