forked from cloud-annotations/docusaurus-openapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 720 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "docusaurus-plugin-proxy",
"description": "A dev server proxy for Docusaurus.",
"version": "0.7.7",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/cloud-annotations/docusaurus-openapi.git",
"directory": "packages/docusaurus-plugin-proxy"
},
"bugs": {
"url": "https://github.com/cloud-annotations/docusaurus-openapi/issues"
},
"main": "lib/index.js",
"types": "src/plugin-proxy.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc --watch"
},
"devDependencies": {
"@docusaurus/types": "^3.7.0",
"@types/webpack-dev-server": "^4.7.2"
},
"engines": {
"node": ">=14"
}
}