{
  "name": "@playanext/playa-yield-sdk",
  "version": "1.4.0",
  "description": "PlayaYield Chrome Extension Ad Monetization SDK for Manifest V3",
  "main": "./dist/sdk.js",
  "module": "./dist/sdk.mjs",
  "types": "./dist/sdk.d.ts",
  "exports": {
    ".": {
      "types": "./dist/sdk.d.ts",
      "require": "./dist/sdk.js",
      "import": "./dist/sdk.mjs"
    }
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "prepublishOnly": "npm run build",
    "format": "prettier --write .",
    "test": "vitest run",
    "test:watch": "vitest",
    "coverage": "vitest run --coverage",
    "version": "changeset version",
    "release": "changeset publish"
  },
  "keywords": [
    "chrome-extension",
    "manifest-v3",
    "ads",
    "monetization",
    "sdk"
  ],
  "author": "PlayaNext",
  "license": "MIT",
  "devDependencies": {
    "@types/chrome": "^0.0.254",
    "@vitest/coverage-v8": "^4.1.2",
    "jsdom": "^29.0.1",
    "prettier": "^3.7.4",
    "tsup": "^8.0.1",
    "typescript": "^5.3.3",
    "vitest": "^4.1.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/playanext/playa-yield-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/playanext/playa-yield-sdk/issues"
  },
  "dependencies": {
    "@changesets/cli": "^2.30.0"
  }
}
