UNPKG

n8n-nodes-aixyte

Version:

Complete n8n node for Aixyte API - Manage Excites, Domains, and Files for personalized web experiences

52 lines (51 loc) 1.39 kB
{ "name": "n8n-nodes-aixyte", "version": "2.1.0", "description": "Complete n8n node for Aixyte API - Manage Excites, Domains, and Files for personalized web experiences", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc && npm run copy-assets", "copy-assets": "echo 'No assets to copy'", "dev": "ts-node src/index.ts", "prepublishOnly": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": ["n8n-community-node-package", "n8n", "n8n-node", "aixyte", "api", "web-experiences", "customer-engagement"], "author": "Aixyte Team", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/aixyte/n8n-nodes-aixyte.git" }, "homepage": "https://github.com/aixyte/n8n-nodes-aixyte#readme", "bugs": { "url": "https://github.com/aixyte/n8n-nodes-aixyte/issues" }, "engines": { "node": ">=16.0.0" }, "files": [ "dist/**/*" ], "n8n": { "n8nNodesApiVersion": 1, "nodes": [ "dist/nodes/Aixyte.node.js" ], "credentials": [ "dist/credentials/AixyteApi.credentials.js" ] }, "type": "commonjs", "dependencies": { "n8n-core": "^1.14.1", "n8n-workflow": "^1.82.0", "request": "^2.88.2" }, "devDependencies": { "@types/node": "^24.0.7", "ts-node": "^10.9.2", "typescript": "^5.8.3" } }