netlify-cli
Version:
Netlify command line tool
24 lines (23 loc) • 510 B
JSON
{
"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"
},
"keywords": [
"netlify",
"serverless",
"apis",
"email",
"js"
],
"author": "Netlify",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.6.1",
"querystring": "^0.2.0",
"uuid": "^8.0.0"
}
}