From 97750cb5e2c6e67ea3ee426c00efa00d4bca5c92 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 6 Mar 2024 17:24:23 +0000 Subject: [PATCH] Update package.json with new version and add repository information --- extensions/react-widget/package.json | 30 +++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/extensions/react-widget/package.json b/extensions/react-widget/package.json index 39740d68..10469f21 100644 --- a/extensions/react-widget/package.json +++ b/extensions/react-widget/package.json @@ -1,6 +1,7 @@ { - "name": "docsgpt-bot", - "version": "4.0.7", + "name": "docsgpt", + "version": "0.3.0", + "private": false, "description": "docsgpt ai assistant", "source": "./src/index.html", "main": "dist/main.js", @@ -24,8 +25,6 @@ "check": "tsc --noEmit", "ci": "yarn build && yarn test && yarn lint && yarn check" }, - "author": "", - "license": "MIT", "dependencies": { "@babel/plugin-transform-flow-strip-types": "^7.23.3", "@parcel/resolver-glob": "^2.12.0", @@ -55,5 +54,26 @@ "babel-loader": "^8.0.4", "process": "^0.11.10", "typescript": "^5.3.3" - } + }, + "publishConfig": { + "access": "public" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/arc53/DocsGPT.git" + }, + "keywords": [ + "docsgpt", + "chatbot", + "assistant", + "ai", + "chatdocs", + "widget" + ], + "author": "Arc53", + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/arc53/DocsGPT/issues" + }, + "homepage": "https://github.com/arc53/DocsGPT#readme" }