mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-31 07:32:53 +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>
21 lines
508 B
JSON
21 lines
508 B
JSON
{
|
|
"name": "@docusaurus/module-type-aliases",
|
|
"version": "2.0.0-alpha.66",
|
|
"description": "Docusaurus module type aliases",
|
|
"types": "./src/index.d.ts",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/docusaurus.git",
|
|
"directory": "packages/docusaurus-module-type-aliases"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-helmet": "*",
|
|
"@types/react-router-dom": "*"
|
|
},
|
|
"license": "MIT"
|
|
}
|