36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"name": "n8n-nodes-librebooking",
|
|
"version": "1.0.0",
|
|
"description": "LibreBooking n8n Community Node - Custom Nodes Version für Docker Integration",
|
|
"keywords": [
|
|
"n8n-community-node-package",
|
|
"librebooking",
|
|
"booking",
|
|
"reservation"
|
|
],
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc && npm run copy-icons",
|
|
"copy-icons": "mkdir -p dist/nodes/LibreBooking dist/nodes/LibreBookingTrigger && cp nodes/LibreBooking/*.svg dist/nodes/LibreBooking/ && cp nodes/LibreBookingTrigger/*.svg dist/nodes/LibreBookingTrigger/",
|
|
"clean": "rm -rf dist",
|
|
"rebuild": "npm run clean && npm run build"
|
|
},
|
|
"n8n": {
|
|
"n8nNodesApiVersion": 1,
|
|
"credentials": [
|
|
"dist/credentials/LibreBookingApi.credentials.js"
|
|
],
|
|
"nodes": [
|
|
"dist/nodes/LibreBooking/LibreBooking.node.js",
|
|
"dist/nodes/LibreBookingTrigger/LibreBookingTrigger.node.js"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.3.0"
|
|
},
|
|
"peerDependencies": {
|
|
"n8n-workflow": ">=1.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|