UNPKG

n8n-nodes-alegra-unofficial

Version:

Unofficial Alegra node for n8n - Community integration with Alegra's accounting platform. NOT OFFICIALLY SUPPORTED BY ALEGRA.

64 lines (63 loc) 1.63 kB
{ "name": "n8n-nodes-alegra-unofficial", "version": "1.0.6", "description": "Unofficial Alegra node for n8n - Community integration with Alegra's accounting platform. NOT OFFICIALLY SUPPORTED BY ALEGRA.", "keywords": [ "n8n-community-node-package", "n8n", "n8n-node", "alegra", "accounting", "invoice", "colombia", "mexico", "peru", "chile", "argentina" ], "license": "MIT", "homepage": "https://apprecio.cl", "author": { "name": "Daniel Petrasic", "email": "danielroapetrasic@gmail.com" }, "repository": { "type": "git", "url": "git+https://github.com/yourusername/n8n-nodes-alegra-unofficial.git" }, "bugs": { "url": "https://github.com/yourusername/n8n-nodes-alegra-unofficial/issues" }, "main": "index.js", "scripts": { "build": "tsc && gulp build:icons", "dev": "tsc --watch", "format": "prettier nodes credentials --write", "lint": "eslint nodes credentials package.json", "lintfix": "eslint nodes credentials package.json --fix", "prepublishOnly": "npm run build" }, "files": [ "dist" ], "n8n": { "n8nNodesApiVersion": 1, "credentials": [ "dist/credentials/AlegraApi.credentials.js" ], "nodes": [ "dist/nodes/Alegra/Alegra.node.js" ] }, "devDependencies": { "@types/express": "^4.17.6", "@types/request-promise-native": "~1.0.15", "@typescript-eslint/parser": "~5.45", "eslint-plugin-n8n-nodes-base": "^1.11.0", "gulp": "^4.0.2", "n8n-core": "*", "n8n-workflow": "*", "prettier": "^2.7.1", "typescript": "~4.8.4" } }