Skip to content

Commit

Permalink
feat: add npm support
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Apr 27, 2024
1 parent 86a4153 commit 27f406d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "release-me",
"version": "0.8.2",
"author": "Davlatjon Shavkatov <opensource@dalisoft.uz>",
"repository": {
"type": "git",
"url": "git+https://github.com/dalisoft/release-me.git"
},
"bin": "release-me.sh",
"bugs": {
"url": "https://github.com/dalisoft/release-me/issues"
},
"description": "Blazing fast minimal release workflow script written in Bash with plugins and presets support",
"engines": {
"node": ">=18.19.1"
},
"files": ["presets", "plugins", "release-me.sh"],
"homepage": "https://github.com/dalisoft/release-me#readme",
"keywords": ["bash", "workspace", "semantic-release", "publish", "conventional-commits"],
"license": "GPL-3.0",
"type": "module"
}

0 comments on commit 27f406d

Please sign in to comment.