We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e09c356 + d14327b commit 930f40bCopy full SHA for 930f40b
package.json
@@ -1,7 +1,7 @@
1
{
2
- "name": "oas-schemas",
3
- "version": "2.0.0",
4
- "description": "OpenAPI Specification JSON schemas",
+ "name": "oas-infra",
+ "version": "0.0.0",
+ "description": "OpenAPI Specification Automation & Infrastructure",
5
"author": {
6
"name": "OpenAPI Initiative TSC",
7
"email": "tsc@openapis.org",
@@ -19,11 +19,6 @@
19
"format-markdown": "bash ./scripts/format-markdown.sh ./src/oas.md",
20
"validate-markdown": "npx mdv src/oas.md && npx markdownlint-cli src/oas.md"
21
},
22
- "readmeFilename": "README.md",
23
- "files": [
24
- "README.md",
25
- "schemas/*"
26
- ],
27
"dependencies": {
28
"cheerio": "^1.0.0-rc.5",
29
"highlight.js": "^11.11.1",
0 commit comments