mirror of
https://github.com/scratchfoundation/scratch-semantic-release-config.git
synced 2024-11-23 16:08:09 -05:00
529fba1811
## [1.0.8](https://github.com/jedmao/semantic-release-npm-github-config/compare/v1.0.7...v1.0.8) (2019-11-03) ### Bug Fixes * update dependencies (security fixes) ([acaeeb6
](acaeeb69a8
))
64 lines
1.5 KiB
JSON
64 lines
1.5 KiB
JSON
{
|
|
"name": "@jedmao/semantic-release-npm-github-config",
|
|
"version": "1.0.8",
|
|
"description": "semantic-release shareable configuration for npm + GitHub",
|
|
"main": ".releaserc.json",
|
|
"files": [
|
|
".releaserc.json"
|
|
],
|
|
"scripts": {
|
|
"commit": "git-cz",
|
|
"test": "xo"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jedmao/semantic-release-npm-github-config.git"
|
|
},
|
|
"keywords": [
|
|
"semantic-release",
|
|
"semantic-release-config",
|
|
"npm",
|
|
"github",
|
|
"git",
|
|
"release",
|
|
"changelog"
|
|
],
|
|
"author": "Jed Mao <jedmao@outlook.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/jedmao/semantic-release-npm-github-config/issues"
|
|
},
|
|
"homepage": "https://github.com/jedmao/semantic-release-npm-github-config#readme",
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "cz-conventional-changelog"
|
|
}
|
|
},
|
|
"prettier": {
|
|
"printWidth": 120,
|
|
"trailingComma": "es5"
|
|
},
|
|
"xo": {
|
|
"prettier": true
|
|
},
|
|
"dependencies": {
|
|
"@semantic-release/changelog": "^3.0.5",
|
|
"@semantic-release/commit-analyzer": "^6.3.2",
|
|
"@semantic-release/git": "^7.0.17",
|
|
"@semantic-release/github": "^5.5.5",
|
|
"@semantic-release/npm": "^5.3.4",
|
|
"@semantic-release/release-notes-generator": "^7.3.2"
|
|
},
|
|
"peerDependencies": {
|
|
"semantic-release": ">=15.13.30"
|
|
},
|
|
"devDependencies": {
|
|
"commitizen": "^4.0.3",
|
|
"cz-conventional-changelog": "^3.0.2",
|
|
"semantic-release": "^15.13.30",
|
|
"xo": "^0.25.3"
|
|
}
|
|
}
|