{ "name": "donder-release-cli", "version": "1.5.2", "description": "Quickly create releases on Github from the command line or CI using conventional commits.", "repository": { "type": "git", "url": "https://github.com/south-bay-warriors/donder-release" }, "bugs": { "url": "https://github.com/south-bay-warriors/donder-release/issues", "email": "support@southbaywarriors.com" }, "author": "Bruno Morgado ", "license": "MIT", "main": "npm/start.js", "bin": { "donder-release-cli": "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", "deploy": "cargo publish && npm publish" } }