@negreanucalin8x8/n8n-nodes-8x8
Version:
This is a Work in progress
56 lines (55 loc) • 1.52 kB
JSON
{
"name": "@negreanucalin8x8/n8n-nodes-8x8",
"version": "0.1.14",
"keywords": [
"8x8",
"eght",
"eightbyeight",
"n8n-community-node-package"
],
"license": "MIT",
"homepage": "https://github.com/negreanucalinadrian/n8n-nodes-8x8#readme",
"author": "Calin Negreanu <calin.negreanu@8x8.com>",
"repository": {
"type": "git",
"url": "https://github.com/negreanucalinadrian/n8n-nodes-8x8.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",
"publish": "npm publish --access public"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/EightByEight.credentials.js"
],
"nodes": [
"dist/nodes/EightByEight/EightByEight.node.js"
]
},
"devDependencies": {
"@eslint/js": "^9.24.0",
"@typescript-eslint/parser": "~8.29",
"eslint": "^9.24.0",
"eslint-config-eslint": "^11.0.0",
"eslint-plugin-n8n-nodes-base": "^1.16.3",
"globals": "^16.0.0",
"gulp": "^5.0.0",
"n8n-workflow": "*",
"prettier": "^3.5.3",
"typescript": "~5.8.3",
"typescript-eslint": "^8.29.1"
},
"peerDependencies": {
"n8n-workflow": "*"
}
}