Skip to content

Commit

Permalink
Merge branch 'OAI:v1.0.0-dev' into v1.0.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkilcommins authored Nov 6, 2024
2 parents 9dcdc79 + 3b3b331 commit af4598f
Show file tree
Hide file tree
Showing 7 changed files with 4,062 additions and 61 deletions.
2,663 changes: 2,641 additions & 22 deletions package-lock.json

Large diffs are not rendered by default.

24 changes: 13 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,40 @@
"version": "1.0.0",
"description": "Arazzo Specification",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "bash ./scripts/md2html/build.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/OAI/Arazzo-Specification.git"
"type": "git",
"url": "https://github.com/OAI/Arazzo-Specification.git"
},
"keywords": [
"Arazzo",
"Workflows",
"Arazzo",
"Workflows",
"Specification",
"API",
"Swagger"
],
"author": {
"name": "OpenAPI Initiative - Arazzo Working Group",
"email": "[email protected]",
"url": "https://openapis.org/"
"name": "OpenAPI Initiative - Arazzo Working Group",
"email": "[email protected]",
"url": "https://openapis.org/"
},
"readmeFilename": "README.md",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/OAI/Arazzo-Specification/issues"
"url": "https://github.com/OAI/Arazzo-Specification/issues"
},
"homepage": "https://github.com/yourusername/your-project-name#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.5",
"highlight.js": "^11.9.0",
"markdown-it": "^14.1.0",
"respec": "35.1.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"mdv": "^1.3.4",
"yaml": "2.4.2"
"yaml": "2.4.2"
}
}
}
Loading

0 comments on commit af4598f

Please sign in to comment.