UNPKG

commitlint-config-gitmoji

Version:
44 lines (43 loc) 1.09 kB
{ "name": "commitlint-config-gitmoji", "version": "2.3.1", "description": "shareable commitlint config enforcing gitmoji commit message", "keywords": [ "commitlint", "gitmoji", "emoji", "commit", "git" ], "homepage": "https://github.com/arvinxx/gitmoji-commit-workflow/tree/master/packages/commitlint-config", "repository": { "type": "git", "url": "https://github.com/arvinxx/gitmoji-commit-workflow.git" }, "license": "MIT", "author": "Arvin Xu <arvinx@foxmail.com>", "main": "lib/index.js", "files": [ "lib" ], "scripts": { "build": "father build", "clean": "rm -rf es lib dist build coverage .eslintcache", "cov": "jest --coverage", "start": "father dev", "test": "jest" }, "dependencies": { "@commitlint/types": "^17", "@gitmoji/commit-types": "1.1.5", "@gitmoji/parser-opts": "1.4.0", "commitlint-plugin-gitmoji": "2.2.6" }, "devDependencies": { "@commitlint/lint": "^17" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }