rx-binder
Version:
RxJS bindings to Binder
108 lines (107 loc) • 2.5 kB
JSON
{
"name": "rx-binder",
"version": "4.0.15",
"description": "RxJS bindings to Binder",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"release": "semantic-release -e semantic-release-monorepo --tag-format='rx-binder@${version}'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nteract/nteract.git"
},
"keywords": [
"binder",
"mybinder",
"jupyter",
"notebook",
"nteract"
],
"dependencies": {
"rxjs": "^6.3.3"
},
"author": "Kyle Kelley <rgbkrk@gmail.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/nteract/nteract/issues"
},
"homepage": "https://github.com/nteract/nteract#readme",
"release": {
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
}
],
[
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits",
"presetConfig": {
"header": "Release Notes",
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "chore",
"hidden": true
},
{
"type": "docs",
"hidden": true
},
{
"type": "style",
"hidden": true
},
{
"type": "refactor",
"hidden": true
},
{
"type": "perf",
"hidden": true
},
{
"type": "test",
"hidden": true
}
]
},
"parserOpts": {
"noteKeywords": [
"BREAKING CHANGE",
"BREAKING CHANGES",
"BREAKING"
]
},
"writerOpts": {
"commitsSort": [
"subject",
"scope"
]
}
}
],
"@semantic-release/npm",
[
"@semantic-release/git",
{
"assets": [
"package.json"
],
"message": "chore(release): ${nextRelease.version}"
}
]
]
},
"gitHead": "53c6d0ec6038dfc1124345c0385e10cff43a18c5"
}