package.json
{
"name": "@weareopensource/swift",
"description": "Swift - Boilerplate Front : RxSwift, JWT (WIP)",
"version": "0.1.1",
"private": false,
"author": "https://github.com/weareopensource/Swift/graphs/contributors",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/weareopensource/Swift.git"
},
"engines": {
"node": ">=9.11.2",
"npm": ">=6.4.1",
"yarn": ">=1.13.0"
},
"scripts": {
"commit": "npx cz",
"release": "standard-version",
"release:auto": "npx semantic-release"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@weareopensource/conventional-changelog": "^1.7.0",
"commitizen": "^4.3.0",
"husky": "^9.0.11",
"semantic-release": "^24.0.0",
"standard-version": "^9.5.0"
},
"release": {
"branches": [
{
"name": "master"
}
],
"ci": false,
"repositoryUrl": "https://github.com/weareopensource/Swift.git",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/github",
{
"successComment": false,
"failComment": false
}
],
[
"@semantic-release/git",
{
"message": "chore(release): ${nextRelease.version} \n\n${nextRelease.notes}"
}
]
]
},
"config": {
"commitizen": {
"path": "./node_modules/@weareopensource/conventional-changelog"
}
}
}