UNPKG

n8n-nodes-iyzico-unofficial

Version:

N8N community node for Iyzico payment system integration

50 lines 1.24 kB
{ "name": "n8n-nodes-iyzico-unofficial", "version": "0.0.3", "description": "N8N community node for Iyzico payment system integration", "keywords": [ "n8n-community-node-package", "iyzico", "payment", "turkey", "e-commerce" ], "license": "MIT", "engines": { "node": ">=20.15" }, "main": "dist/index.js", "scripts": { "build": "npx rimraf dist && tsc && gulp build:icons", "dev": "tsc --watch", "format": "prettier nodes/**/*.ts credentials/**/*.ts --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/IyzicoApi.credentials.js" ], "nodes": [ "dist/nodes/Iyzico/Iyzico.node.js" ] }, "devDependencies": { "@types/node": "^22.15.29", "@typescript-eslint/parser": "~8.32.0", "eslint": "^8.57.0", "eslint-plugin-n8n-nodes-base": "^1.16.3", "gulp": "^5.0.0", "prettier": "^3.5.3", "rimraf": "^6.0.1", "typescript": "^5.8.2" }, "peerDependencies": { "n8n-workflow": "*" } }