{
  "name": "stock-sdk",
  "version": "1.9.0",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsup",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:unit": "vitest run",
    "test:integration": "RUN_INTEGRATION=1 vitest run",
    "test:integration:smoke": "RUN_INTEGRATION=1 vitest run test/integration/providers/tencent/quote.int.test.ts test/integration/providers/tencent/batch.int.test.ts test/integration/providers/tencent/tradeCalendar.int.test.ts test/integration/sdk/timeout.int.test.ts",
    "test:integration:full": "RUN_INTEGRATION=1 vitest run test/integration",
    "docs:meta": "yarn build && node ./scripts/generate-doc-meta.js",
    "docs:check": "yarn build && node ./scripts/check-doc-consistency.js",
    "dev": "vitepress dev website",
    "preview": "vitepress preview website",
    "build:docs": "yarn docs:meta && DOCS_BASE=/ vitepress build website",
    "build:pages": "yarn docs:meta && DOCS_BASE=/stock-sdk/ vitepress build website",
    "prepare": "node ./scripts/install-git-hooks.js"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "keywords": [
    "JavaScript",
    "TypeScript",
    "stock",
    "sdk",
    "browser",
    "node",
    "akshare",
    "A股",
    "港股",
    "美股",
    "行情"
  ],
  "author": "chengzuopeng",
  "license": "ISC",
  "description": "Tencent qt.gtimg.cn stock quote SDK - supports both browser and Node.js",
  "homepage": "https://stock-sdk.linkdiary.cn",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chengzuopeng/stock-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/chengzuopeng/stock-sdk/issues"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "devDependencies": {
    "@grafana/faro-rollup-plugin": "^0.7.1",
    "@grafana/faro-web-sdk": "^2.1.0",
    "@grafana/faro-web-tracing": "^2.1.0",
    "@iconify/vue": "^5.0.0",
    "@types/node": "^24.10.2",
    "@vitest/coverage-v8": "^4.0.16",
    "msw": "^2.10.4",
    "playwright": "^1.58.2",
    "tsup": "^8.3.5",
    "typescript": "^5.9.3",
    "vitepress": "^1.6.4",
    "vitest": "^4.0.15",
    "vue": "^3.5.26"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "packageManager": "yarn@1.22.22"
}
