UNPKG

n8n-nodes-robotframework

Version:

An n8n custom node that executes Robot Framework scripts, allowing users to automate testing and workflow tasks within n8n

73 lines (72 loc) 1.81 kB
{ "name": "n8n-nodes-robotframework", "version": "0.0.22", "description": "An n8n custom node that executes Robot Framework scripts, allowing users to automate testing and workflow tasks within n8n", "keywords": [ "n8n-community-node-package", "robot-framework", "automation", "custom-node", "robot", "testing", "RPA", "robotic process automation", "scripting", "task automation", "QA", "test automation", "browser automation", "robot framework integration", "automation framework" ], "license": "MIT", "homepage": "", "author": { "name": "Namik Delilovic", "email": "delilovic@protonmail.com" }, "repository": { "type": "git", "url": "https://github.com/Delilovic/n8n-nodes-robotframework.git" }, "engines": { "node": ">=18.10", "pnpm": ">=9.1" }, "packageManager": "pnpm@9.1.4", "main": "index.js", "scripts": { "preinstall": "npx only-allow pnpm", "build": "tsc && gulp build:icons", "dev": "tsc --watch", "format": "prettier nodes credentials --write", "lint": "eslint nodes package.json", "lintfix": "eslint nodes package.json --fix", "prepublishOnly": "pnpm build && pnpm lint -c .eslintrc.prepublish.js nodes package.json" }, "files": [ "dist" ], "n8n": { "n8nNodesApiVersion": 1, "nodes": [ "dist/nodes/RobotFramework/RobotFramework.node.js" ] }, "devDependencies": { "@types/node": "^22.9.0", "@typescript-eslint/parser": "^7.15.0", "eslint": "^8.56.0", "eslint-plugin-n8n-nodes-base": "^1.16.1", "gulp": "^4.0.2", "n8n-workflow": "^1.48.0", "prettier": "^3.3.2", "typescript": "^5.5.3" }, "peerDependencies": { "n8n-workflow": "*" }, "dependencies": { "pnpm": "^9.13.0" } }