UNPKG

@olegivaniv/n8n-nodes-overkiz-tahoma

Version:

This is an n8n community node. It lets you use Overkiz (Tahoma) in your n8n workflows.

62 lines (61 loc) 1.89 kB
{ "name": "@olegivaniv/n8n-nodes-overkiz-tahoma", "version": "0.1.0", "description": "This is an n8n community node. It lets you use Overkiz (Tahoma) in your n8n workflows.", "keywords": [ "n8n-community-node-package", "overkiz", "tahoma", "somfy" ], "license": "MIT", "author": { "name": "Oleg Ivaniv", "email": "me@olegivaniv.com" }, "repository": { "type": "git", "url": "git+https://github.com/OlegIvaniv/n8n-nodes-overkiz-tahoma.git" }, "main": "index.js", "scripts": { "build": "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/OverkizApi.credentials.js" ], "nodes": [ "dist/nodes/Overkiz/Overkiz.node.js" ] }, "devDependencies": { "@types/express": "^4.17.6", "@types/request-promise-native": "~1.0.15", "@typescript-eslint/parser": "~5.45", "eslint-plugin-n8n-nodes-base": "^1.11.0", "gulp": "^4.0.2", "n8n-core": "*", "n8n-workflow": "*", "prettier": "^2.7.1", "typescript": "~4.8.4" }, "dependencies": { "change-case": "^4.1.2", "eslint": "^8.46.0", "overkiz-api": "^2.0.1" }, "bugs": { "url": "https://github.com/OlegIvaniv/n8n-nodes-overkiz-tahoma/issues" }, "homepage": "https://github.com/OlegIvaniv/n8n-nodes-overkiz-tahoma#readme" }