Skip to content

Commit

Permalink
chore: updated package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulCatalinas committed May 2, 2024
1 parent a8400b5 commit dafc600
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "huskybc",
"module": "dist/index.js",
"main": "dist/index.js",
"type": "module",
"version": "0.0.1",
"scripts": {
Expand Down Expand Up @@ -38,5 +38,34 @@
"markdownlint": "0.34.0",
"prettier": "3.2.5",
"typescript": "5.4.5"
}
},
"maintainers": [
{
"name": "Raul Catalinas",
"url": "https://github.com/RaulCatalinas"
},
{
"name": "Thomas",
"url": "https://github.com/xxxAlvaDevxxx"
}
],
"readme": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/RaulCatalinas/HuskyBC"
},
"bugs": {
"url": "https://github.com/RaulCatalinas/HuskyBC/issues",
"email": "[email protected]"
},
"keywords": [
"husky",
"commitlint",
"cli",
"command-line-tool",
"command-line-interface",
"husky-config",
"commitlint-config",
"husky-hooks"
]
}

0 comments on commit dafc600

Please sign in to comment.