Skip to content

Commit

Permalink
docs: updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
raunakgurud09 committed Jan 30, 2024
1 parent b42e0b5 commit 9906705
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -47,4 +62,4 @@
"eslint --max-warnings 0"
]
}
}
}

0 comments on commit 9906705

Please sign in to comment.