From 6f2ff0f4cd357efce1202ea14c7c754ecf397d37 Mon Sep 17 00:00:00 2001 From: jy95 Date: Sun, 12 Feb 2023 11:30:38 +0100 Subject: [PATCH] fix: add keywords in package.json It helps people discover the package as it's listed in npm search --- package.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/package.json b/package.json index 4615a2a9..2032ec08 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,15 @@ "name": "docusaurus-json-schema-plugin", "version": "0.0.0-development", "description": "A Docusaurus v2 plugin that provides a JSON Schema viewer / editor React component !", + "keywords": [ + "docusaurus", + "docusaurus theme", + "docusaurus plugin", + "json schema", + "json schema viewer", + "json schema documentation", + "json schema editor" + ], "main": "lib/index.js", "types": "src/theme-json-schema.d.ts", "repository": "https://github.com/jy95/docusaurus-json-schema-plugin.git",