{
  "name": "google-analytics",
  "version": "1.0.0",
  "description": "netlify functions:create - Google Analytics: proxy for GA on your domain to avoid adblock",
  "main": "google-analytics.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "engines": {
    "node": "^12.20.0 || ^14.14.0 || >=16.0.0"
  },
  "keywords": [
    "netlify",
    "serverless",
    "apis",
    "email",
    "js"
  ],
  "author": "Netlify",
  "license": "MIT",
  "dependencies": {
    "node-fetch": "^2.6.1",
    "uuid": "^8.0.0"
  }
}
