n8n-nodes-allure-testops
Version:
N8N node for Allure TestOps
68 lines (67 loc) • 1.98 kB
JSON
{
"name": "n8n-nodes-allure-testops",
"version": "0.1.4",
"description": "N8N node for Allure TestOps",
"keywords": [
"n8n-community-node-package",
"n8n-node",
"allure",
"testops",
"allure-testops",
"integration",
"test-automation",
"qa-tools",
"testing",
"workflow",
"automation"
],
"license": "MIT",
"homepage": "https://github.com/GAKiknadze/n8n-nodes-allure-testops#readme",
"author": {
"name": "G.A.Kiknadze",
"url": "https://github.com/GAKiknadze"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GAKiknadze/n8n-nodes-allure-testops.git"
},
"bugs": {
"url": "https://github.com/GAKiknadze/n8n-nodes-allure-testops/issues"
},
"engines": {
"node": ">=20.15"
},
"main": "index.js",
"scripts": {
"local": "npm run build && export N8N_LOG_LEVEL=debug && n8n start",
"build": "npx rimraf dist && 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 && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/AllureTestOpsApi.credentials.js"
],
"nodes": [
"dist/nodes/AllureTestOps/AllureTestOps.node.js"
]
},
"devDependencies": {
"@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",
"typescript": "^5.8.2"
},
"peerDependencies": {
"n8n-workflow": "*"
}
}