{
  "name": "goopubtag",
  "version": "0.0.3",
  "description": "React library for Google Publisher tag",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup index.ts --format cjs,esm --dts",
    "lint": "tsc",
    "test": "vitest",
    "test:coverage": "vitest run --coverage && open coverage/index.html",
    "sandbox:vite:dev": "vite sandbox/vite-react --c sandbox/vite-react/vite.config.ts",
    "sandbox:vite:build": "vite build sandbox/vite-react --c sandbox/vite-react/vite.config.ts",
    "sandbox:vite:start": "vite preview sandbox/vite-react --port 8080 --c sandbox/vite-react/vite.config.ts",
    "docs:dev": "next docs",
    "docs:build": "next build docs",
    "docs:start": "next start docs"
  },
  "keywords": [
    "react",
    "goopubtag",
    "google publisher tag",
    "gpt",
    "dfp",
    "double click for publishers",
    "ad manager",
    "ads",
    "advertising"
  ],
  "author": "Iain McHugh",
  "license": "MIT",
  "devDependencies": {
    "@changesets/cli": "^2.26.1",
    "@types/react": "^18.2.13",
    "@types/react-dom": "^18.2.6",
    "@vitejs/plugin-react": "^4.0.1",
    "@vitest/coverage-c8": "^0.32.2",
    "prettier": "^2.8.8",
    "tsup": "^7.0.0",
    "typescript": "^5.1.3",
    "vite": "^4.3.9",
    "vitest": "^0.32.2"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0",
    "react-router-dom": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/IainMcHugh/goopubtag.git"
  },
  "bugs": {
    "url": "https://github.com/IainMcHugh/goopubtag/issues"
  },
  "homepage": "https://goopubtag.com"
}
