From 2043562e783cfb4950174c0a6a0b45b1c0cfbf65 Mon Sep 17 00:00:00 2001 From: Dieter Stinglhamber Date: Tue, 19 Dec 2023 18:57:41 +0100 Subject: [PATCH] docs: add .asyncapi-tool file --- .asyncapi-tool | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .asyncapi-tool diff --git a/.asyncapi-tool b/.asyncapi-tool new file mode 100644 index 0000000..7915def --- /dev/null +++ b/.asyncapi-tool @@ -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"] + } +} diff --git a/package.json b/package.json index 64973f9..35af06b 100644 --- a/package.json +++ b/package.json @@ -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": [