rsnext/packages/next-plugin-google-analytics/package.json
2020-05-15 14:04:04 -05:00

17 lines
331 B
JSON

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