2019-06-11 15:01:53 -04:00
|
|
|
{
|
2022-05-20 13:14:49 -04:00
|
|
|
"name": "scratch-semantic-release-config",
|
2024-09-10 20:58:05 -04:00
|
|
|
"version": "1.0.16",
|
2022-05-20 13:14:49 -04:00
|
|
|
"description": "semantic-release shareable configuration for Scratch",
|
|
|
|
"main": "release.config.js",
|
2019-06-11 15:01:53 -04:00
|
|
|
"files": [
|
2022-05-20 13:14:49 -04:00
|
|
|
"release.config.js"
|
2019-06-11 15:01:53 -04:00
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"commit": "git-cz",
|
2022-05-20 19:24:00 -04:00
|
|
|
"prepare": "husky install",
|
2022-05-31 15:11:19 -04:00
|
|
|
"test": "eslint ."
|
2019-06-11 15:01:53 -04:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-02-23 16:37:21 -05:00
|
|
|
"url": "https://github.com/scratchfoundation/scratch-semantic-release-config.git"
|
2019-06-11 15:01:53 -04:00
|
|
|
},
|
|
|
|
"keywords": [
|
2024-02-23 18:18:15 -05:00
|
|
|
"Scratch",
|
2019-06-11 15:01:53 -04:00
|
|
|
"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
|
|
|
],
|
2022-05-20 13:14:49 -04:00
|
|
|
"author": "Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com>",
|
2019-06-11 15:01:53 -04:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2024-02-23 16:37:21 -05:00
|
|
|
"url": "https://github.com/scratchfoundation/scratch-semantic-release-config/issues"
|
2019-06-11 15:01:53 -04:00
|
|
|
},
|
2024-02-23 16:37:21 -05:00
|
|
|
"homepage": "https://github.com/scratchfoundation/scratch-semantic-release-config#readme",
|
2019-06-11 15:01:53 -04:00
|
|
|
"config": {
|
|
|
|
"commitizen": {
|
|
|
|
"path": "cz-conventional-changelog"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-05-20 19:40:15 -04:00
|
|
|
"@semantic-release/changelog": "^6.0.1",
|
|
|
|
"@semantic-release/commit-analyzer": "^9.0.2",
|
|
|
|
"@semantic-release/git": "^10.0.1",
|
|
|
|
"@semantic-release/github": "^8.0.4",
|
|
|
|
"@semantic-release/npm": "^9.0.1",
|
|
|
|
"@semantic-release/release-notes-generator": "^10.0.3"
|
2019-06-11 15:01:53 -04:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2022-05-20 19:40:15 -04:00
|
|
|
"semantic-release": ">=19.0.2"
|
2019-06-11 15:01:53 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-10-23 09:23:51 -04:00
|
|
|
"@commitlint/cli": "17.8.1",
|
|
|
|
"@commitlint/config-conventional": "17.8.1",
|
2024-09-19 13:05:40 -04:00
|
|
|
"eslint": "8.57.1",
|
2024-09-11 00:25:33 -04:00
|
|
|
"eslint-config-scratch": "9.0.9",
|
2023-01-06 04:19:18 -05:00
|
|
|
"husky": "8.0.3",
|
2022-08-23 11:33:15 -04:00
|
|
|
"semantic-release": "19.0.5"
|
2019-06-11 15:01:53 -04:00
|
|
|
}
|
|
|
|
}
|