feat: initial n8n community node for billbee
This commit is contained in:
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"name": "@n8n-dev/n8n-nodes-billbee",
|
||||
"version": "1.0.0",
|
||||
"description": "Billbee REST API documentation for external application integration.",
|
||||
"license": "MIT",
|
||||
"homepage": "https://n8n-code.github.io/n8n-dev/#/n8n-nodes-billbee",
|
||||
"keywords": [
|
||||
"n8n",
|
||||
"n8n-community-node",
|
||||
"n8n-node",
|
||||
"n8n-community-node-package",
|
||||
"openapi",
|
||||
"swagger",
|
||||
"API",
|
||||
"automation",
|
||||
"workflow",
|
||||
"billbee"
|
||||
],
|
||||
"author": {
|
||||
"name": "kelvinzer0",
|
||||
"email": ""
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/n8n-code/n8n-nodes-billbee.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "n8n-node build",
|
||||
"build:watch": "tsc --watch",
|
||||
"dev": "n8n-node dev",
|
||||
"lint": "n8n-node lint",
|
||||
"lint:fix": "n8n-node lint --fix",
|
||||
"release": "n8n-node release",
|
||||
"prepublishOnly": "npm run build"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"n8n": {
|
||||
"n8nNodesApiVersion": 1,
|
||||
"strict": true,
|
||||
"credentials": [
|
||||
"dist/credentials/BillbeeApi.credentials.js"
|
||||
],
|
||||
"nodes": [
|
||||
"dist/nodes/Billbee/Billbee.node.js"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"n8n-workflow": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@n8n/node-cli": "*",
|
||||
"eslint": "*",
|
||||
"prettier": "3.8.3",
|
||||
"release-it": "20.2.0",
|
||||
"typescript": "5.9.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"n8n-workflow": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user