n8n-nodes-bookstack
Version:
Community n8n node for the BookStack API
64 lines (63 loc) • 1.63 kB
JSON
{
"name": "n8n-nodes-bookstack",
"version": "0.10.1",
"description": "Community n8n node for the BookStack API",
"keywords": [
"n8n",
"n8n-community-node-package",
"bookstack",
"connector",
"api",
"ai-tool"
],
"author": {
"name": "Luca Guindani",
"email": "luca.guindani@gmail.com"
},
"license": "MIT",
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/BookstackApi.credentials.js"
],
"nodes": [
"dist/nodes/Bookstack/Bookstack.node.js",
"dist/nodes/Bookstack/BookstackTool.node.js"
]
},
"scripts": {
"build": "n8n-node build",
"build:watch": "tsc --watch",
"dev": "n8n-node dev",
"format": "prettier nodes credentials --check",
"format:fix": "prettier nodes credentials --write",
"lint": "n8n-node lint",
"lint:fix": "n8n-node lint --fix",
"release": "n8n-node release",
"prepublishOnly": "n8n-node prerelease"
},
"dependencies": {
"n8n-workflow": "^1.108.0"
},
"devDependencies": {
"@n8n/node-cli": "^0.4.0",
"@typescript-eslint/eslint-plugin": "^8.43.0",
"@typescript-eslint/parser": "^8.43.0",
"eslint": "^9.32.0",
"eslint-plugin-n8n-nodes-base": "^1.16.3",
"prettier": "^3.5.3",
"release-it": "^19.0.4",
"typescript": "^5.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/lucaguindani/n8n-nodes-bookstack.git"
},
"bugs": {
"url": "https://github.com/lucaguindani/n8n-nodes-bookstack/issues"
},
"homepage": "https://github.com/lucaguindani/n8n-nodes-bookstack"
}