rsnext/packages/next-plugin-google-analytics/package.json
2020-04-13 11:26:11 -05:00

17 lines
331 B
JSON

{
"name": "@next/plugin-google-analytics",
"version": "9.3.5-canary.9",
"repository": {
"url": "zeit/next.js",
"directory": "packages/next-plugin-google-analytics"
},
"nextjs": {
"name": "Google Analytics",
"required-env": [
"GA_TRACKING_ID"
]
},
"peerDependencies": {
"next": "*"
}
}