n8n-nodes-myobv2
Version:
Comprehensive n8n node for MYOB Business API - Sales Orders, Customers, Items, Invoices, and more
62 lines (61 loc) • 1.53 kB
JSON
{
"name": "n8n-nodes-myobv2",
"version": "1.6.0",
"description": "Comprehensive n8n node for MYOB Business API - Sales Orders, Customers, Items, Invoices, and more",
"keywords": [
"n8n-community-node-package",
"n8n",
"myob",
"accountright",
"sales-order",
"customer",
"inventory",
"invoice"
],
"license": "MIT",
"homepage": "https://github.com/dannyboi0077/n8n-nodes-myobv2#readme",
"author": {
"name": "Daniel",
"email": "daniel@example.com"
},
"repository": {
"type": "git",
"url": ""
},
"main": "dist/index.js",
"scripts": {
"build": "rimraf dist && tsc && powershell \"Copy-Item 'nodes/*.png' 'dist/nodes/' -ErrorAction SilentlyContinue\"",
"dev": "tsc --watch",
"format": "prettier --write .",
"lint": "eslint . --ext .ts",
"lintfix": "eslint . --ext .ts --fix",
"prepublishOnly": "npm run build"
},
"files": [
"dist",
"nodes",
"README.md",
"CHANGELOG.md"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/MyobOAuth2Api.credentials.js"
],
"nodes": [
"dist/nodes/Myob.node.js"
]
},
"dependencies": {
"n8n-workflow": "^1.0.0"
},
"devDependencies": {
"typescript": "^5.0.0",
"rimraf": "^5.0.0",
"@types/node": "^20.0.0",
"prettier": "^3.0.0",
"eslint": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0"
}
}