{ "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", "prepare": "husky install", "test": "" }, "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" } }, "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": { "@commitlint/cli": "^17.0.0", "@commitlint/config-conventional": "^17.0.0", "commitizen": "^4.0.3", "cz-conventional-changelog": "^3.0.2", "husky": "^8.0.1", "semantic-release": "^15.13.31" } }