@gitmoji/parser-opts
Version:
gitmoji styles commit parser options
33 lines (32 loc) • 863 B
JSON
{
"name": "@gitmoji/parser-opts",
"version": "1.4.0",
"description": "gitmoji styles commit parser options",
"homepage": "https://github.com/arvinxx/gitmoji-commit-workflow/tree/master/packages/parser-opts",
"bugs": {
"url": "https://github.com/arvinxx/gitmoji-commit-workflow/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/arvinxx/gitmoji-commit-workflow.git"
},
"license": "ISC",
"author": "arvinxx <arvinx@foxmail.com>",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"build": "father build",
"clean": "rm -rf es lib dist build coverage src/.umi* .eslintcache",
"cov": "jest --coverage",
"test": "jest"
},
"dependencies": {
"@gitmoji/gitmoji-regex": "1.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}