forked from OAI/OpenAPI-Specification
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.13 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "oas-infra",
"version": "0.0.0",
"description": "OpenAPI Specification Automation & Infrastructure",
"author": {
"name": "OpenAPI Initiative TSC",
"email": "tsc@openapis.org",
"url": "https://openapis.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/OAI/OpenAPI-Specification.git"
},
"license": "Apache-2.0",
"packageManager": "yarn@4.18.0",
"engines": {
"node": ">=24 <25"
},
"scripts": {
"adjust-release-branch": "oai-spec-adjust-release-branch",
"build": "oai-spec-build",
"build-src": "yarn validate-markdown && oai-spec-build src && oai-spec-publish-schemas src",
"publish-schemas": "oai-spec-publish-schemas",
"start-release": "oai-spec-start-release",
"test": "oai-spec-test",
"format-markdown": "oai-spec-format-markdown",
"validate-markdown": "oai-spec-validate-markdown"
},
"dependencies": {
"@oai/build-infra": "git+https://github.com/OAI/build-infra.git#main"
},
"dependenciesMeta": {
"puppeteer": {
"built": true
}
},
"keywords": [
"OpenAPI",
"OAS",
"Swagger",
"schema",
"API"
]
}