scratch-semantic-release-co.../package.json

59 lines
1.5 KiB
JSON
Raw Normal View History

2019-06-11 15:01:53 -04:00
{
"name": "scratch-semantic-release-config",
"version": "0.0.0",
"description": "semantic-release shareable configuration for Scratch",
"main": "release.config.js",
2019-06-11 15:01:53 -04:00
"files": [
"release.config.js"
2019-06-11 15:01:53 -04:00
],
"scripts": {
"commit": "git-cz",
"test": ""
2019-06-11 15:01:53 -04:00
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/LLK/scratch-semantic-release-config.git"
2019-06-11 15:01:53 -04:00
},
"keywords": [
"semantic-release",
"semantic-release-config",
"npm",
"github",
2019-06-11 15:19:25 -04:00
"git",
2019-06-11 15:39:45 -04:00
"release",
"changelog"
2019-06-11 15:01:53 -04:00
],
"author": "Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com>",
2019-06-11 15:01:53 -04:00
"license": "MIT",
"bugs": {
"url": "https://github.com/LLK/scratch-semantic-release-config/issues"
2019-06-11 15:01:53 -04:00
},
"homepage": "https://github.com/LLK/scratch-semantic-release-config#readme",
2019-06-11 15:01:53 -04:00
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"dependencies": {
2019-12-02 18:46:21 -05:00
"@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",
2019-12-02 18:46:21 -05:00
"@semantic-release/release-notes-generator": "^7.3.5"
2019-06-11 15:01:53 -04:00
},
"peerDependencies": {
2019-12-02 18:46:21 -05:00
"semantic-release": ">=15.13.31"
2019-06-11 15:01:53 -04:00
},
"devDependencies": {
2022-05-20 18:46:18 -04:00
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"commitizen": "^4.0.3",
"cz-conventional-changelog": "^3.0.2",
"semantic-release": "^15.13.31"
2019-06-11 15:01:53 -04:00
}
}