@kaia-team/n8n-nodes-kaia
Version:
n8n node to interact with Kaia API for signal capture and security gating
57 lines (56 loc) • 1.31 kB
JSON
{
"name": "@kaia-team/n8n-nodes-kaia",
"version": "0.5.15",
"description": "n8n node to interact with Kaia API for signal capture and security gating",
"keywords": [
"n8n-community-node-package"
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"homepage": "https://n8n.io",
"author": {
"name": "Kaia",
"email": ""
},
"repository": {
"type": "git",
"url": ""
},
"main": "index.js",
"scripts": {
"build": "tsc && gulp build:icons",
"dev": "tsc --watch",
"format": "prettier nodes credentials --write",
"lint": "eslint \"nodes/**/*.ts\" \"credentials/**/*.ts\"",
"lintfix": "eslint \"nodes/**/*.ts\" \"credentials/**/*.ts\" --fix",
"prepublishOnly": "npm run build && npm run lint -s"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/KaiaApi.credentials.js"
],
"nodes": [
"dist/nodes/SaveSignal/SaveSignal.node.js",
"dist/nodes/SecurityGate/SecurityGate.node.js",
"dist/nodes/ModelGate/ModelGate.node.js"
]
},
"devDependencies": {
"@types/node": "^25.0.3",
"@typescript-eslint/parser": "^6.21.0",
"eslint-plugin-n8n-nodes-base": "~1.11.0",
"gulp": "^4.0.2",
"n8n-workflow": "*",
"prettier": "^2.7.1",
"typescript": "~5.3.0"
},
"peerDependencies": {
"n8n-workflow": "*"
}
}