cz-git-gitmoji
Version:
A few configurations for using gitmojis in cz
41 lines (40 loc) • 851 B
JSON
{
"name": "cz-git-gitmoji-prompts",
"type": "module",
"version": "0.0.0",
"description": "a gitmojis adapter for cz-git prompts",
"author": "shlroland <shlroland1995@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/shlroland/cz-git-gitmoji",
"repository": {
"type": "git",
"url": "https://github.com/shlroland/cz-git-gitmoji"
},
"keywords": [
"cz-git",
"gitmojis"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup"
},
"dependencies": {
"gitmojis": "catalog:",
"picocolors": "^1.1.1"
},
"devDependencies": {
"tsup": "catalog:"
}
}