2020-12-18 20:10:25 +00:00
|
|
|
{
|
|
|
|
"name": "@mythic-insight/legendary",
|
|
|
|
"version": "0.0.0-development",
|
|
|
|
"description": "The Legendary Phoenix Boilerplate.",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2020-12-18 22:15:58 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
2020-12-18 20:10:25 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://gitlab.com/mythic-insight/legendary.git"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://gitlab.com/mythic-insight/legendary/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://gitlab.com/mythic-insight/legendary#readme",
|
|
|
|
"devDependencies": {
|
|
|
|
"@semantic-release/commit-analyzer": "^6.1.0",
|
|
|
|
"@semantic-release/git": "^7.0.8",
|
2020-12-18 22:15:58 +00:00
|
|
|
"semantic-release": "^15.14.0",
|
2020-12-18 20:10:25 +00:00
|
|
|
"semantic-release-docker": "^2.2.0"
|
|
|
|
},
|
|
|
|
"release": {
|
|
|
|
"plugins": [
|
|
|
|
"@semantic-release/commit-analyzer",
|
2020-12-19 23:01:34 +00:00
|
|
|
["@semantic-release/git", {
|
|
|
|
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
|
|
|
|
}]
|
2020-12-18 20:10:25 +00:00
|
|
|
],
|
|
|
|
"publish": [
|
|
|
|
{
|
|
|
|
"path": "semantic-release-docker",
|
2020-12-19 19:54:04 +00:00
|
|
|
"name": "registry.gitlab.com/mythic-insight/legendary"
|
2020-12-18 20:10:25 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|