{
  "name": "@d8a-tech/wt",
  "version": "1.4.0",
  "description": "The d8a web tracker provides a GA4 gtag-style API that sends GA4 gtag-compatible requests directly to a d8a collector.",
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.min.mjs",
  "module": "./dist/index.min.mjs",
  "types": "./index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/d8a-tech/d8a.git",
    "directory": "js/web-tracker"
  },
  "bugs": {
    "url": "https://github.com/d8a-tech/d8a/issues"
  },
  "homepage": "https://d8a.tech",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./dist/index.min.mjs"
    },
    "./browser": "./dist/wt.min.js"
  },
  "files": [
    "dist/",
    "index.d.ts",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "prepack": "npm run build && npm run types",
    "build": "node scripts/build.mjs",
    "dev": "vite",
    "test": "tsx --test test/*.test.ts",
    "typecheck": "tsc -p tsconfig.build.json --noEmit && tsc -p tsconfig.test.json --noEmit",
    "hash": "node scripts/hash.mjs",
    "types": "tsc -p tsconfig.build.json",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "format": "prettier . --check",
    "format:fix": "prettier . --write"
  },
  "overrides": {
    "flatted": "3.4.2"
  },
  "devDependencies": {
    "@eslint/js": "^9.36.0",
    "@types/node": "^22.13.1",
    "@typescript-eslint/eslint-plugin": "^8.30.0",
    "@typescript-eslint/parser": "^8.30.0",
    "esbuild": "^0.25.9",
    "eslint": "^9.36.0",
    "eslint-config-prettier": "^10.1.8",
    "globals": "^16.4.0",
    "prettier": "^3.6.2",
    "tsx": "^4.19.2",
    "typescript": "^5.7.3",
    "vite": "^6.0.0"
  }
}
