n8n-nodes-toggl
Version:
n8n community node for Toggl Track time tracking integration with comprehensive operations including client management and webhook support
78 lines (77 loc) • 1.85 kB
JSON
{
"name": "n8n-nodes-toggl",
"version": "1.1.0",
"description": "n8n community node for Toggl Track time tracking integration with comprehensive operations including client management and webhook support",
"keywords": [
"n8n-community-node-package",
"n8n",
"toggl",
"time-tracking",
"productivity",
"automation",
"webhook",
"api",
"client-management"
],
"license": "MIT",
"homepage": "https://github.com/Aarathron/n8n-nodes-toggl#readme",
"author": {
"name": "Amol Endait",
"email": "amol@enchantedlabs.ai",
"url": "https://github.com/Aarathron"
},
"repository": {
"type": "git",
"url": "https://github.com/Aarathron/n8n-nodes-toggl.git"
},
"bugs": {
"url": "https://github.com/Aarathron/n8n-nodes-toggl/issues"
},
"engines": {
"node": ">=18.10",
"pnpm": ">=8.15"
},
"packageManager": "pnpm@8.15.0",
"main": "index.js",
"scripts": {
"preinstall": "npx only-allow pnpm",
"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": "pnpm build"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/TogglApi.credentials.js"
],
"nodes": [
"dist/nodes/Toggl.node.js",
"dist/nodes/TogglWebhookTrigger/TogglWebhookTrigger.node.js"
]
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/node": "^18.16.16",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"eslint": "^8.26.0",
"eslint-plugin-n8n-nodes-base": "^1.11.0",
"gulp": "^4.0.2",
"n8n-workflow": "*",
"prettier": "^2.7.1",
"typescript": "^5.8.3"
},
"peerDependencies": {
"n8n-workflow": "*"
},
"dependencies": {
"crypto-js": "^4.2.0"
}
}