Skip to content

Commit

Permalink
docs: add .asyncapi-tool file
Browse files Browse the repository at this point in the history
  • Loading branch information
Dieter Stinglhamber committed Dec 19, 2023
1 parent ca2d717 commit 2043562
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .asyncapi-tool
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"title": "AsyncAPI Validation",
"description": "Message validation package for YAML and JSON AsyncAPI documents.",
"links": {
"repoUrl": "https://github.com/Elhebert/asyncapi-validation"
},
"filters": {
"language": "TypeScript",
"technology": ["Node.js"],
"categories": ["validator"]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "asyncapi-validation",
"version": "0.1.1",
"description": "AsyncAPI message validation",
"description": "Message validation package for YAML and JSON AsyncAPI documents.",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"files": [
Expand Down

0 comments on commit 2043562

Please sign in to comment.