41 lines
971 B
JSON
41 lines
971 B
JSON
{
|
|
"name": "semantic-release",
|
|
"description": "semantic semver compliant package publishing",
|
|
"author": "Stephan Bönnemann <stephan@boennemann.me>",
|
|
"bin": "./bin/semantic-release",
|
|
"bugs": {
|
|
"url": "https://github.com/boennemann/semantic-release/issues"
|
|
},
|
|
"dependencies": {
|
|
"conventional-changelog": "0.0.11",
|
|
"github": "^0.2.3",
|
|
"minimist": "^1.1.0",
|
|
"parse-github-repo-url": "^1.0.0",
|
|
"semver": "^4.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"standard": "^2.3.1"
|
|
},
|
|
"homepage": "https://github.com/boennemann/semantic-release",
|
|
"keywords": [
|
|
"release",
|
|
"publish",
|
|
"module",
|
|
"package",
|
|
"semver",
|
|
"version",
|
|
"changelog"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/boennemann/semantic-release.git"
|
|
},
|
|
"scripts": {
|
|
"prepublish": "semantic-release pre",
|
|
"postpublish": "semantic-release post",
|
|
"test": "standard"
|
|
}
|
|
}
|