{ "name": "@startinblox/component-notifications", "version": "0.1.0", "description": "Notifications component for startinblox", "main": "index.js", "repository": { "type": "git", "url": "git@git.happy-dev.fr:startinblox/framework/sib-notifications.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" }, "dependencies": { "@startinblox/core": "^0.5.0" } }