UNPKG

n8n-nodes-tiny-erp-api-v2

Version:

Custom nodes for Tiny ERP integration with n8n, including AI tools for AI Agent workflows

62 lines (61 loc) 1.67 kB
{ "name": "n8n-nodes-tiny-erp-api-v2", "version": "0.11.0", "description": "Custom nodes for Tiny ERP integration with n8n, including AI tools for AI Agent workflows", "keywords": [ "n8n-community-node-package", "tiny-erp", "n8n", "ai-tools", "ai-agent", "erp-integration" ], "license": "MIT", "homepage": "https://github.com/ThawamMichels/n8n-nodes-tiny-erp-api-v2", "author": { "name": "Thawam Michels", "email": "thawanrmichels@gmail.com" }, "repository": { "type": "git", "url": "git+https://github.com/ThawamMichels/n8n-nodes-tiny-erp-api-v2.git" }, "main": "index.js", "scripts": { "build": "tsc && gulp build:icons", "dev": "tsc --watch", "format": "prettier nodes credentials --write", "lint": "eslint \"nodes/**/*.ts\" \"credentials/**/*.ts\"", "lintfix": "eslint \"nodes/**/*.ts\" \"credentials/**/*.ts\" --fix", "prepublishOnly": "npm run build && npm run lint" }, "files": [ "dist" ], "n8n": { "n8nNodesApiVersion": 1, "credentials": [ "dist/credentials/TinyErpApi.credentials.js" ], "nodes": [ "dist/nodes/TinyErp/TinyErp.node.js" ] }, "devDependencies": { "@types/express": "^4.17.6", "@types/request-promise-native": "~1.0.15", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "~5.45", "eslint": "^8.57.1", "eslint-plugin-n8n-nodes-base": "^1.11.0", "gulp": "^4.0.2", "n8n-core": "~0.125.0", "n8n-workflow": "~0.107.0", "prettier": "^2.7.1", "typescript": "~4.8.4" }, "dependencies": { "bottleneck": "^2.19.5", "retry": "^0.13.1" } }