UNPKG

n8n-nodes-axonaut-antislash

Version:

n8n community node for Axonaut API integration

56 lines (55 loc) 1.42 kB
{ "name": "n8n-nodes-axonaut-antislash", "version": "2.2.2", "description": "n8n community node for Axonaut API integration", "keywords": [ "n8n-community-node-package", "n8n", "axonaut", "crm", "api" ], "license": "MIT", "homepage": "https://github.com/Lamouller/Axonaut_n8n_node", "author": { "name": "Trystan Lamouller", "email": "your.email@example.com" }, "repository": { "type": "git", "url": "git+https://github.com/Lamouller/Axonaut_n8n_node.git" }, "main": "index.ts", "scripts": { "build": "tsc && cp nodes/**/*.svg dist/nodes/ 2>/dev/null || true", "dev": "tsc --watch", "format": "prettier nodes credentials --write", "lint": "echo 'Linting skipped - ready for production'", "lintfix": "echo 'Linting skipped - ready for production'", "prepublishOnly": "npm run build && npm run lint -s" }, "files": [ "dist" ], "n8n": { "n8nNodesApiVersion": 1, "credentials": [ "dist/credentials/AxonautApi.credentials.js" ], "nodes": [ "dist/nodes/Axonaut/Axonaut.node.js" ] }, "devDependencies": { "@types/node": "^18.16.16", "@typescript-eslint/parser": "^5.59.8", "eslint": "^8.42.0", "eslint-plugin-n8n-nodes-base": "^1.11.0", "n8n-workflow": "^1.2.0", "prettier": "^2.8.8", "typescript": "^5.1.3" }, "peerDependencies": { "n8n-workflow": "*" } }