semantic-release-config-gitmoji
Version:
a gitmoji commit style presets for semantic-release
53 lines (52 loc) • 1.52 kB
JSON
{
"name": "semantic-release-config-gitmoji",
"version": "1.5.3",
"description": "a gitmoji commit style presets for semantic-release",
"keywords": [
"conventional-changelog",
"gitmoji",
"preset",
"changelog",
"emoji",
"semantic-release"
],
"homepage": "https://github.com/arvinxx/gitmoji-commit-workflow/tree/master/packages/release-config#readme",
"bugs": {
"url": "https://github.com/arvinxx/gitmoji-commit-workflow/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/arvinxx/gitmoji-commit-workflow.git"
},
"license": "MIT",
"author": "Arvin Xu <arvinx@foxmail.com>",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"build": "father build",
"clean": "rm -rf es lib dist build coverage src/.umi* .eslintcache",
"cov": "jest --coverage",
"doctor": "father doctor",
"prepublishOnly": "npm run doctor && npm run build",
"start": "father dev",
"test": "jest",
"test:cov": "jest --coverage",
"test:update": "jest -u"
},
"dependencies": {
"@gitmoji/commit-types": "1.1.5",
"@semantic-release/changelog": "^6",
"@semantic-release/git": "^10",
"@semantic-release/github": "npm:@achingbrain/semantic-release-github",
"@semrel-extra/npm": "^1",
"@types/semantic-release": "^17.2.0",
"conventional-changelog-gitmoji-config": "1.5.2"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}