{
  "name": "@datalyr/web",
  "version": "1.7.16",
  "description": "Datalyr Web SDK - Modern attribution tracking for web applications",
  "main": "dist/datalyr.js",
  "module": "dist/datalyr.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "test": "jest",
    "test:watch": "jest --watch",
    "lint": "eslint src --ext .ts",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist",
    "build:check": "node scripts/check-bundle.js",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "keywords": [
    "analytics",
    "attribution",
    "tracking",
    "datalyr",
    "web-analytics",
    "mixpanel",
    "segment"
  ],
  "author": "Datalyr Inc.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/datalyr/web.git"
  },
  "bugs": {
    "url": "https://github.com/datalyr/web/issues"
  },
  "homepage": "https://github.com/datalyr/web#readme",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-replace": "^6.0.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^11.1.5",
    "@types/jest": "^29.5.11",
    "@typescript-eslint/eslint-plugin": "^6.16.0",
    "@typescript-eslint/parser": "^6.16.0",
    "eslint": "^8.56.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "rollup": "^4.9.2",
    "ts-jest": "^29.1.1",
    "tslib": "^2.6.2",
    "typescript": "^5.3.3"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
