UNPKG

n8n-nodes-cigotracker

Version:

n8n node for CigoTracker API integration - manage deliveries, routes, and field service operations

67 lines 1.76 kB
{ "name": "n8n-nodes-cigotracker", "version": "1.0.1", "description": "n8n node for CigoTracker API integration - manage deliveries, routes, and field service operations", "keywords": [ "n8n", "n8n-community-node-package", "nodemation", "nodes", "workflow", "cigotracker", "logistics", "delivery", "routing", "field-service" ], "license": "MIT", "homepage": "https://github.com/StreamlinedStartup/n8n-nodes-cigotracker", "author": { "name": "StreamlinedStartup", "email": "" }, "repository": { "type": "git", "url": "git+https://github.com/StreamlinedStartup/n8n-nodes-cigotracker.git" }, "main": "index.js", "scripts": { "build": "tsc && tsc-alias -p tsconfig.json && npm run postbuild", "postbuild": "cp src/nodes/CigoTracker/*.png dist/src/nodes/CigoTracker/ 2>/dev/null || true", "dev": "tsc -w", "format": "prettier nodes credentials --write", "lint": "tslint -c tslint.json -p tsconfig.json", "lint:fix": "tslint -c tslint.json -p tsconfig.json --fix", "test": "jest", "typecheck": "tsc --noEmit" }, "files": [ "dist" ], "n8n": { "n8nNodesApiVersion": 1, "credentials": [ "dist/src/credentials/CigoTrackerApi.credentials.js" ], "nodes": [ "dist/src/nodes/CigoTracker/CigoTrackerWorking.node.js" ] }, "devDependencies": { "@types/express": "^4.17.21", "@types/node": "^20.11.0", "@typescript-eslint/parser": "^6.18.0", "jest": "^29.7.0", "n8n-workflow": "~1.25.1", "prettier": "^3.2.2", "tsc-alias": "^1.8.8", "tslint": "^6.1.3", "typescript": "^5.3.3" }, "peerDependencies": { "n8n-workflow": "~1.25.1" }, "engines": { "node": ">=18.0.0" } }