mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
* fix: add repository metadata to all packages * empty commit for cla bot * move validate-package-json.test.ts + add glob devDependency Co-authored-by: slorber <lorber.sebastien@gmail.com>
22 lines
524 B
JSON
22 lines
524 B
JSON
{
|
|
"name": "@docusaurus/plugin-google-analytics",
|
|
"version": "2.0.0-alpha.66",
|
|
"description": "Global analytics (analytics.js) plugin for Docusaurus",
|
|
"main": "src/index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/docusaurus.git",
|
|
"directory": "packages/docusaurus-plugin-google-analytics"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@docusaurus/core": "2.0.0-alpha.66"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.15.1"
|
|
}
|
|
}
|