scratch-semantic-release-co.../package.json
Christopher Willis-Ford e4e298f073 refactor: fork from @jedmao/semantic-release-npm-github-config@1.0.9
* Update repository references
* Update `package-lock.json`
* Rename `.releaserc.json` to `release.config.js`
* A few other minor tweaks
2022-05-20 10:35:49 -07:00

64 lines
1.5 KiB
JSON

{
"name": "scratch-semantic-release-config",
"version": "0.0.0",
"description": "semantic-release shareable configuration for Scratch",
"main": "release.config.js",
"files": [
"release.config.js"
],
"scripts": {
"commit": "git-cz",
"test": "xo"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/LLK/scratch-semantic-release-config.git"
},
"keywords": [
"semantic-release",
"semantic-release-config",
"npm",
"github",
"git",
"release",
"changelog"
],
"author": "Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/LLK/scratch-semantic-release-config/issues"
},
"homepage": "https://github.com/LLK/scratch-semantic-release-config#readme",
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"prettier": {
"printWidth": 120,
"trailingComma": "es5"
},
"xo": {
"prettier": true
},
"dependencies": {
"@semantic-release/changelog": "^3.0.6",
"@semantic-release/commit-analyzer": "^6.3.3",
"@semantic-release/git": "^7.0.18",
"@semantic-release/github": "^5.5.5",
"@semantic-release/npm": "^5.3.4",
"@semantic-release/release-notes-generator": "^7.3.5"
},
"peerDependencies": {
"semantic-release": ">=15.13.31"
},
"devDependencies": {
"commitizen": "^4.0.3",
"cz-conventional-changelog": "^3.0.2",
"semantic-release": "^15.13.31",
"xo": "^0.25.3"
}
}