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

62 lines
1.6 KiB
JSON
Raw Normal View History

2019-06-11 15:01:53 -04:00
{
"name": "scratch-semantic-release-config",
"version": "1.0.16",
"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",
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",
"url": "https://github.com/scratchfoundation/scratch-semantic-release-config.git"
2019-06-11 15:01:53 -04:00
},
"keywords": [
"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
],
"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/scratchfoundation/scratch-semantic-release-config/issues"
2019-06-11 15:01:53 -04: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": {
"@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": {
"semantic-release": ">=19.0.2"
2019-06-11 15:01:53 -04:00
},
"devDependencies": {
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"eslint": "8.57.1",
"eslint-config-scratch": "9.0.9",
"husky": "8.0.3",
"semantic-release": "19.0.5"
2019-06-11 15:01:53 -04:00
}
}