@khala/commit-analyzer-wildcard
Version:
Commit analyzer for semantic-release based on wildcards
35 lines (34 loc) • 1.02 kB
JSON
{
"name": "@khala/commit-analyzer-wildcard",
"version": "2.5.2",
"description": "Commit analyzer for semantic-release based on wildcards",
"main": "analyzer.js",
"private": false,
"scripts": {
"lint": "eslint .",
"release": "semantic-release --debug --verify-conditions",
"dry-release": "semantic-release --dry-run --no-ci --debug --verify-conditions",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:karelhala/commit-analyzer-wildcard.git"
},
"keywords": [
"semantic-release",
"commit-analyzer",
"wildcard"
],
"author": "Karel Hala",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/karelhala/commit-analyzer-wildcard/issues"
},
"homepage": "https://github.com/karelhala/commit-analyzer-wildcard#readme",
"devDependencies": {
"eslint": "^5.15.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.12.0",
"semantic-release": "^17.4.1"
}
}