{
  "name": "goopubtag",
  "version": "0.3.0",
  "description": "React library for Google Publisher tag",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "react",
    "goopubtag",
    "google publisher tag",
    "gpt",
    "dfp",
    "double click for publishers",
    "ad manager",
    "ads",
    "advertising"
  ],
  "author": "Iain McHugh",
  "license": "MIT",
  "devDependencies": {
    "@biomejs/biome": "1.8.3",
    "@changesets/cli": "^2.27.5",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/react": "^12.1.5",
    "@testing-library/react-hooks": "^8.0.1",
    "@types/react": "17.0.0",
    "@types/react-dom": "17.0.0",
    "@types/react-router-dom": "5.3.3",
    "@vitejs/plugin-react": "^4.3.0",
    "@vitest/coverage-v8": "^2.0.5",
    "jsdom": "^24.1.1",
    "prettier": "^2.8.8",
    "tsup": "^7.2.0",
    "typescript": "^5.4.5",
    "vite": "^4.5.3",
    "vite-tsconfig-paths": "^4.3.2",
    "vitest": "^2.0.5"
  },
  "peerDependencies": {
    "react": ">=17.0.0",
    "react-dom": ">=17.0.0",
    "react-router-dom": "^6.14.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/IainMcHugh/goopubtag.git"
  },
  "bugs": {
    "url": "https://github.com/IainMcHugh/goopubtag/issues"
  },
  "homepage": "https://goopubtag.com",
  "scripts": {
    "build": "tsup index.ts --format cjs,esm --dts",
    "build:prod": "tsup index.ts --format cjs,esm --dts --minify",
    "lint": "tsc",
    "test": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:coverage:open": "vitest run --coverage && open tests/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",
    "release": "pnpm run build:prod && changeset publish"
  }
}