{ "name": "@startinblox/router", "version": "0.0.0", "description": "Startinblox router", "main": "./src/index.js", "module": "./src/index.js", "repository": { "type": "git", "url": "git@git.happy-dev.fr:startinblox/framework/sib-router.git" }, "author": "Startinblox", "license": "MIT", "release": { "branch": "master", "plugins": [ ["@semantic-release/commit-analyzer", { "preset": "angular", "releaseRules": [ {"type": "major", "release": "major"}, {"type": "minor", "release": "minor"}, {"type": "/.*/", "release": "patch"} ] }], "@semantic-release/release-notes-generator", "@semantic-release/gitlab", "@semantic-release/npm" ] }, "publishConfig": { "access": "public" } }