diff --git a/package.json b/package.json index fc4de5d..220aa54 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "kamanda", "version": "0.8.0", - "description": "Kamanda - A Firebase CLI Companion Tool", + "description": "Kamanda - Manage your Firebase Application from the Terminal. Add, Remove, Update, View and Search for Firebase Users.", "main": "index.js", "scripts": { "test": "go test ./... -v", @@ -22,12 +22,12 @@ "Firestore" ], "preferGlobal": true, - "author": "Maina Wycliffe", + "author": "Maina Wycliffe (https://mainawycliffe.dev)", "license": "MIT", "bugs": { "url": "https://github.com/mainawycliffe/kamanda/issues" }, - "homepage": "https://github.com/mainawycliffe/kamanda#readme", + "homepage": "https://kamanda.dev/", "dependencies": { "mkdirp": "^0.5.1", "request": "^2.81.0", @@ -44,4 +44,4 @@ "path": "./bin", "url": "https://github.com/mainawycliffe/kamanda/releases/download/v{{version}}/kamanda_{{version}}_{{platform}}_{{arch}}.zip" } -} +} \ No newline at end of file