{
  "name": "x-ads-sdk",
  "version": "1.0.5",
  "description": "TypeScript SDK for X Ads 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"
  ],
  "scripts": {
    "build": "vite build && tsc --emitDeclarationOnly --outDir dist",
    "dev": "vite build --watch",
    "test": "vitest --run",
    "test:ui": "vitest --ui",
    "test:coverage": "vitest --run --coverage",
    "lint": "biome check .",
    "lint:fix": "biome check . --fix",
    "format": "biome format . --write"
  },
  "keywords": [
    "x",
    "twitter",
    "ads",
    "api",
    "sdk",
    "typescript",
    "oauth"
  ],
  "author": "kage1020",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/kage1020/x-ads-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/kage1020/x-ads-sdk/issues"
  },
  "homepage": "https://github.com/kage1020/x-ads-sdk#readme",
  "devDependencies": {
    "@biomejs/biome": "^2.2.2",
    "@types/node": "^24.3.0",
    "@vitest/coverage-v8": "^3.2.4",
    "@vitest/ui": "^3.2.4",
    "jsdom": "^26.1.0",
    "msw": "^2.11.1",
    "typescript": "^5.9.2",
    "vite": "^7.1.2",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^3.2.4"
  },
  "engines": {
    "node": ">=20.0.0"
  }
}
