UNPKG

cz-ghostwriter

Version:
38 lines 886 B
{ "name": "cz-ghostwriter", "version": "1.3.0", "description": "A configurable commitizen adapter", "keywords": [ "commitizen", "conventional", "conventional-changelog", "ghostwriter", "preset" ], "homepage": "https://github.com/JSanchezIO/JSanchezIO/blob/main/packages/cz-ghostwriter", "repository": { "type": "git", "url": "https://github.com/JSanchezIO/JSanchezIO.git" }, "license": "MIT", "author": "Juan Sanchez <11725911+JSanchezIO@users.noreply.github.com>", "main": "dist/index.js", "files": [ "dist", "package.json" ], "dependencies": { "chalk": "^4.1.2", "find-up": "^5.0.0", "word-wrap": "^1.2.3" }, "devDependencies": { "@types/compare-func": "^1.3.0", "@types/node": "^18.15.5", "typescript": "^5.0.2" }, "scripts": { "ci:build": "tsc", "ci:types": "tsc --noEmit" } }