{
  "name": "@littlelittlecloud/dak",
  "version": "0.4.1",
  "description": "大案牍库 SDK — HTTP client for the Grand Archive API",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LittleLittleCloud/The-Grand-Archive.git",
    "directory": "packages/sdk"
  },
  "keywords": ["rss", "feeds", "search", "大案牍库", "news", "sdk", "api-client"],
  "license": "MIT",
  "scripts": {
    "build": "tsup",
    "prepublishOnly": "bun run build"
  },
  "dependencies": {},
  "devDependencies": {
    "@dak/contract": "workspace:*",
    "tsup": "^8.4.0",
    "typescript": "^5.8.0"
  }
}
