UNPKG

n8n-nodes-mallabe-currencies

Version:

n8n community node that allows you to convert / exchange currencies to other currencies as well as get the daily rates of currencies using Mallabe Currencies

67 lines 1.73 kB
{ "name": "n8n-nodes-mallabe-currencies", "version": "0.1.1", "description": "n8n community node that allows you to convert / exchange currencies to other currencies as well as get the daily rates of currencies using Mallabe Currencies", "keywords": [ "n8n-community-node-package", "convert currency", "get currency exchange rate", "get daily rates", "get daily rates of currencies", "get daily currencies rates", "currencies rates", "n8n", "mallabe", "no-code", "n8n-node", "n8n-plugin" ], "license": "MIT", "homepage": "", "author": { "name": "Din Bracha", "email": "din@mallabe.com" }, "repository": { "type": "git", "url": "https://github.com/mallabe/n8n-nodes-mallabe-currencies" }, "engines": { "node": ">=18.10", "pnpm": ">=9.1" }, "main": "index.js", "files": [ "dist" ], "n8n": { "n8nNodesApiVersion": 1, "credentials": [ "dist/credentials/MallabeCurrenciesApi.credentials.js" ], "nodes": [ "dist/nodes/MallabeCurrencies/MallabeCurrencies.node.js" ] }, "devDependencies": { "@types/node": "^20.16.5", "@typescript-eslint/parser": "^7.15.0", "eslint": "^8.56.0", "eslint-plugin-n8n-nodes-base": "^1.16.1", "gulp": "^4.0.2", "n8n-workflow": "*", "prettier": "^3.3.2", "typescript": "^5.5.3" }, "peerDependencies": { "n8n-workflow": "*" }, "scripts": { "preinstall": "npx only-allow pnpm", "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" } }