-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 772 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 772 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
{
"name": "openapi-scripts",
"version": "2.1.0",
"description": "Scripts used in postprocess OpenAPI document",
"main": "src/main.js",
"devDependencies": {
"@apidevtools/json-schema-ref-parser": "^9.0.9",
"commander": "^9.3.0",
"openapi-snippet": "^0.14.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"fast-json-patch": "^3.1.1",
"js-yaml": "^4.1.0"
},
"scripts": {
"build": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Oreoxmt/openapi-scripts.git"
},
"author": "Oreoxmt",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Oreoxmt/openapi-scripts/issues"
},
"homepage": "https://github.com/Oreoxmt/openapi-scripts#readme"
}