UNPKG

sexy-commits

Version:

Sexy commits using gitmoji.dev and inquirer-autocomplete-prompt

142 lines (141 loc) 2.94 kB
{ "name": "sexy-commits", "version": "0.5.1", "description": "Sexy commits using gitmoji.dev and inquirer-autocomplete-prompt", "main": "bin/index.js", "bin": { "sexy-commits": "bin/index.js" }, "scripts": { "commit": "node ./bin/index.js", "postversion": "npx @appnest/readme generate && git add --all && git commit --amend && git push && npm publish", "xo": "xo --fix --semicolon false --prettier true" }, "repository": { "type": "git", "url": "git+https://github.com/Puzzlepart/sexy-commits.git" }, "keywords": [ "sexy", "commits", "git", "fun", "prefix", "chores" ], "contributors": [ { "name": "Ole Martin Pettersen", "email": "olemp@puzzlepart.com", "img": "https://avatars.githubusercontent.com/u/7606007?&size=130" }, { "name": "Carl Joakim Damsleth", "email": "carl.joakim.damsleth@puzzlepart.com", "img": "https://avatars.githubusercontent.com/u/7300548?&size=130" } ], "author": "olemp", "license": "ISC", "bugs": { "url": "https://github.com/Puzzlepart/sexy-commits/issues" }, "homepage": "https://github.com/Puzzlepart/sexy-commits#readme", "dependencies": { "chalk": "4.1.0", "dotenv": "^8.2.0", "inquirer": "7.3.3", "inquirer-autocomplete-prompt": "1.3.0", "lodash": "^4.17.21", "yargs": "17.0.0-candidate.8" }, "gitmoji": { "build": [ "🏗️", "Make architectural changes" ], "ci": [ "👷", "Add or update CI build system" ], "chore": [ "💄", "Boring chores", [ "chores", "boring" ] ], "docs": [ "📝", "Added or updated documentation" ], "feat": [ "✨", "Introduced new features" ], "fix": [ "🐛", "Fixed a bug" ], "perf": [ "⚡", "Improved performance" ], "refactor": [ "♻️", "Refactored code" ], "revert": [ "⏪", "Reverted changes" ], "style": [ "💄", "Added or updated the UI and style files" ], "test": [ "✅", "Added or updated tests" ], "dev": [ "🔨", "Add or update development scripts" ], "i18n": [ "🌐", "Internationalization and localization" ], "changelog": [ "📓", "Updated changelog" ], "readme": [ "📝", "Updated readme" ], "typo": [ "✏️", "Fixed typos" ], "rename": [ "🚚", "Moved or renamed resources (e.g.: files, paths, routes)" ], "merge": [ "🔀", "Merged a branch into this one" ], "auth": [ "🛂", "Worked on code related to authorization, roles and permissions" ], "syntax": [ "✏️", "Adjusted code syntax" ] }, "devDependencies": { "xo": "^0.38.2" } }