@gitmoji/commit-types
Version:
gitmoji styles commit types
29 lines (28 loc) • 731 B
JSON
{
"name": "@gitmoji/commit-types",
"version": "1.1.5",
"description": "gitmoji styles commit types",
"author": "arvinxx <arvinx@foxmail.com>",
"homepage": "https://github.com/arvinxx/commit-gitmoji/tree/master/packages/commit-types",
"license": "MIT",
"main": "lib/index.js",
"files": [
"lib",
"src"
],
"scripts": {
"build": "father-build",
"clean": "rm -rf es lib dist build coverage src/.umi* .eslintcache"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arvinxx/commit-gitmoji.git"
},
"bugs": {
"url": "https://github.com/arvinxx/commit-gitmoji/issues"
}
}