{
  "name": "analytics-provider",
  "description": "Analytics provider for javascript applications, includes Google Analytics.",
  "keywords": [
    "analytics",
    "google analytics",
    "single page applications"
  ],
  "version": "0.3.4",
  "source": "src/index.js",
  "main": "dist/index.js",
  "repository": "https://github.com/rhulse/analytics-provider.git",
  "author": "Richard Hulse <richard@hulse.nz>",
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.15.0",
    "@babel/preset-env": "^7.15.0",
    "babel-cli": "^6.26.0",
    "babel-jest": "^27.0.6",
    "babel-preset-env": "^1.7.0",
    "eslint": "7.32.0",
    "eslint-config-airbnb": "18.2.1",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.24.0",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-prettier": "^3.4.0",
    "eslint-plugin-react": "^7.24.0",
    "eslint-plugin-react-hooks": "4.2.0",
    "jest-environment-jsdom": "^27.0.6",
    "jest": "^27.0.6",
    "jsdom": "16.7.0",
    "microbundle": "^0.13.3",
    "prettier": "^2.3.2"
  },
  "dependencies": {},
  "scripts": {
    "test": "jest --verbose",
    "build": "microbundle --no-compress"
  }
}