UNPKG

n8n-nodes-hotelplanet

Version:

n8n node for HotelPlanet booking operations - AI Agent compatible

62 lines 1.49 kB
{ "name": "n8n-nodes-hotelplanet", "version": "1.0.4", "description": "n8n node for HotelPlanet booking operations - AI Agent compatible", "keywords": [ "n8n", "n8n-node", "n8n-community-node-package", "hotel", "booking", "travel", "ai-agent", "ai-tool" ], "license": "MIT", "homepage": "", "author": { "name": "HotelPlanet", "email": "dev@hotelplanet.com" }, "repository": { "type": "git", "url": "git+https://github.com/hotelplanet/n8n-nodes-hotelplanet.git" }, "main": "index.js", "files": [ "dist", "index.js", "nodes/HotelPlanet/hotelplanet.svg", "ai-tools.json" ], "scripts": { "build": "tsc", "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" }, "n8n": { "n8nNodesApiVersion": 1, "nodes": [ "dist/nodes/HotelPlanet/HotelPlanet.node.js" ] }, "devDependencies": { "@types/express": "^4.17.6", "@types/request-promise-native": "~1.0.15", "@typescript-eslint/parser": "^5.29.0", "eslint-plugin-n8n-nodes-base": "^1.0.0", "gulp": "^4.0.2", "n8n-core": "^0.125.0", "n8n-workflow": "^0.107.0", "prettier": "^2.7.1", "typescript": "~4.9.5", "@types/node": "^18.15.0" }, "dependencies": { "axios": "^1.6.0", "uuid": "^9.0.1" } }