UNPKG

n8n-nodes-canva

Version:

Node customizado do n8n para integração com Canva Connect APIs

68 lines (67 loc) 1.87 kB
{ "name": "n8n-nodes-canva", "version": "2.1.5", "description": "Node customizado do n8n para integração com Canva Connect APIs", "keywords": [ "n8n-community-node-package", "n8n", "canva", "design", "graphics", "workflow" ], "license": "MIT", "homepage": "https://github.com/ramonmatias19/n8n-nodes-canva", "author": { "name": "Ramon Matias", "email": "contato@lumiaria.com.br" }, "repository": { "type": "git", "url": "git+https://github.com/ramonmatias19/n8n-nodes-canva.git" }, "main": "index.js", "scripts": { "build": "tsc && gulp build:icons", "dev": "tsc --watch", "format": "prettier nodes credentials --write", "lint": "eslint \"nodes/**/*.ts\" \"credentials/**/*.ts\" package.json", "lintfix": "eslint \"nodes/**/*.ts\" \"credentials/**/*.ts\" package.json --fix", "prepublishOnly": "npm run build && npm run lint", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "validate:api": "npm run test -- --testNamePattern=\"Validação de Compatibilidade\"" }, "files": [ "dist" ], "n8n": { "n8nNodesApiVersion": 1, "credentials": [ "dist/credentials/CanvaApi.credentials.js" ], "nodes": [ "dist/nodes/Canva/Canva.node.js", "dist/nodes/Canva/CanvaTrigger.node.js" ] }, "devDependencies": { "@jest/globals": "^29.7.0", "@types/jest": "^29.5.14", "@types/node": "^18.16.16", "@typescript-eslint/eslint-plugin": "^5.59.11", "@typescript-eslint/parser": "^5.59.11", "eslint": "^8.42.0", "eslint-plugin-n8n-nodes-base": "^1.12.1", "gulp": "^4.0.2", "jest": "^29.7.0", "n8n-workflow": "~1.2.0", "prettier": "^2.8.8", "ts-jest": "^29.1.1", "typescript": "^5.1.3" }, "peerDependencies": { "n8n-workflow": "*" } }