UNPKG

beautiful-commits

Version:

Make commits beautiful.

59 lines (58 loc) 1.36 kB
{ "name": "beautiful-commits", "version": "0.1.4", "description": "Make commits beautiful.", "publishConfig": { "access": "public" }, "license": "MIT", "author": { "name": "zeroqs", "url": "https://github.com/zeroqs" }, "files": [ "dist" ], "keywords": [ "commits", "emoji", "git", "git-commits", "beautiful-commits", "git-beautiful-commits" ], "type": "module", "exports": "./dist/index.js", "bin": "./dist/index.js", "scripts": { "dev": "tsup --watch", "build": "tsup", "typecheck": "tsc --noEmit", "clean": "rimraf dist", "start": "node dist/index.js", "format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache", "format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache", "prepare": "husky install", "change": "beachball change --no-commit", "release": "beachball publish --yes" }, "dependencies": { "beachball": "^2.44.0", "chalk": "5.2.0", "commander": "^10.0.0", "cosmiconfig": "^8.1.3", "fs-extra": "^11.2.0", "ora": "^8.0.1", "prompts": "^2.4.2", "zod": "^3.20.2" }, "devDependencies": { "@types/fs-extra": "^11.0.4", "@types/prompts": "^2.4.2", "@zeroqs/eslint": "^1.0.1", "husky": "^8.0.0", "rimraf": "^4.1.3", "tsup": "^6.6.3", "typescript": "^4.9.3" } }