Package Information
This information is automatically extracted from package.json:
json
{
"name": "@rosepetal/node-red-contrib-git-control",
"version": "1.0.3",
"description": "A Node-RED advanced Git control sidebar plugin",
"repository": {
"type": "git",
"url": "git+https://github.com/rosepetal-ai/node-red-contrib-git-control.git"
},
"keywords": [
"node-red",
"git",
"version-control",
"git-control",
"sidebar",
"plugin",
"rosepetal"
],
"author": "Rosepetal SL (https://www.rosepetal.ai)",
"contributors": [
{
"name": "Nil Allue",
"email": "nil.allue@rosepetal.ai"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/rosepetal-ai/node-red-contrib-git-control/issues"
},
"homepage": "https://github.com/rosepetal-ai/node-red-contrib-git-control#readme",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"test": "node --test"
},
"node-red": {
"version": ">=2.0.0",
"nodes": {
"git-control-api": "lib/api.js"
},
"plugins": {
"git-control": "lib/plugin.html"
}
},
"dependencies": {
"simple-git": "^3.25.0"
}
}