docusaurus/packages/docusaurus-types/package.json
Sébastien Lorber 4d49945775
chore(v2): prepare v2.0.0.alpha-73 release (#4628)
* add changelog

* add alpha 73

* run prettier on versions file (+ ignore it as we don't care much and it's annoying when releasing)

* v2.0.0-alpha.73
2021-04-16 12:48:10 +02:00

24 lines
560 B
JSON

{
"name": "@docusaurus/types",
"version": "2.0.0-alpha.73",
"description": "Common types 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": "^5.1.0",
"joi": "^17.4.0",
"querystring": "0.2.0",
"webpack-merge": "^4.2.2"
}
}