From 99067050fa09286f520d1e50a16c83864605b0d8 Mon Sep 17 00:00:00 2001 From: Raunak Gurud Date: Tue, 30 Jan 2024 21:26:48 +0530 Subject: [PATCH] docs: updated package.json --- package.json | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5b5861d..85aedfd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "name": "hashnode-publish", - "version": "1.0.0", - "main": "index.js", + "version": "0.1.0", + "description": "Publish blog on hashnode", + "main": "dist/index.js", "scripts": { "build": "tsc && ncc build lib/index.js", "test": "jest", @@ -13,8 +14,22 @@ "style:prettier": "prettier --check 'src/**/*.{js,jsx,ts,tsx}'", "pretty": "prettier --write 'src/**/*.{js,jsx,ts,tsx}'" }, + "keywords": [ + "github", + "actions", + "hashnode", + "publish" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/raunakgurud09/hashnode-publish.git" + }, "author": "Raunak Gurud", "license": "MIT", + "bugs": { + "url": "https://github.com/raunakgurud09/hashnode-publish/issues" + }, + "homepage": "https://github.com/raunakgurud09/hashnode-publish/#readme", "devDependencies": { "@types/fs-extra": "^11.0.4", "@types/jest": "^29.5.11", @@ -47,4 +62,4 @@ "eslint --max-warnings 0" ] } -} +} \ No newline at end of file