mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-27 11:24:16 +00:00
18 lines
400 B
JSON
18 lines
400 B
JSON
{
|
|
"name": "@docusaurus/types",
|
|
"version": "2.0.0-alpha.62",
|
|
"description": "Common used typings for Docusaurus packages",
|
|
"main": "./src/index.js",
|
|
"types": "./src/index.d.ts",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/webpack": "^4.41.0",
|
|
"commander": "^4.0.1",
|
|
"querystring": "0.2.0",
|
|
"webpack-merge": "^4.2.2"
|
|
}
|
|
}
|