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>
23 lines
544 B
JSON
23 lines
544 B
JSON
{
|
|
"name": "@docusaurus/types",
|
|
"version": "2.0.0-alpha.66",
|
|
"description": "Common used typings for Docusaurus packages",
|
|
"main": "./src/index.js",
|
|
"types": "./src/index.d.ts",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/docusaurus.git",
|
|
"directory": "packages/docusaurus-types"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/webpack": "^4.41.0",
|
|
"commander": "^4.0.1",
|
|
"querystring": "0.2.0",
|
|
"webpack-merge": "^4.2.2"
|
|
}
|
|
}
|