{
"name": "donder-release",
"version": "1.1.1",
"description": "Quickly create releases on Github from the command line or CI using conventional commits.",
"author": "Bruno Morgado <bruno@cloudoki.com>",
"license": "MIT",
"main": "npm/start.js",
"bin": {
"donder-release": "npm/start.js"
},
"files": [
"npm/**/*",
"README.md",
"LICENSE"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node ./npm/pre-install.js",
"uninstall": "node ./npm/uninstall.js",
"publish": "cargo publish && npm publish"
}
}