n8n-nodes-handit
Version:
n8n community nodes for Handit tracing and prompt management
59 lines (58 loc) • 1.45 kB
JSON
{
"name": "n8n-nodes-handit",
"version": "0.1.2",
"description": "n8n community nodes for Handit tracing and prompt management",
"keywords": [
"n8n-community-node-package",
"handit",
"tracing",
"analytics",
"workflow"
],
"license": "MIT",
"homepage": "https://handit.com",
"author": {
"name": "Handit Team",
"email": "support@handit.com"
},
"repository": {
"type": "git",
"url": "https://github.com/handit/n8n-nodes-handit.git"
},
"engines": {
"node": ">=20.15"
},
"main": "index.js",
"scripts": {
"build": "npx rimraf dist && 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"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/HanditApi.credentials.js"
],
"nodes": [
"dist/nodes/HanditTracing/HanditTracing.node.js",
"dist/nodes/HanditPromptFetcher/HanditPromptFetcher.node.js"
]
},
"devDependencies": {
"@typescript-eslint/parser": "~8.32.0",
"eslint": "^8.57.0",
"eslint-plugin-n8n-nodes-base": "^1.16.3",
"gulp": "^5.0.0",
"prettier": "^3.5.3",
"typescript": "^5.8.2"
},
"peerDependencies": {
"n8n-workflow": "*"
}
}