UNPKG

n8n-nodes-everest-tms

Version:

Everest TMS n8n integration

55 lines 1.3 kB
{ "name": "n8n-nodes-everest-tms", "version": "1.0.52", "description": "Everest TMS n8n integration", "main": "index.js", "scripts": { "build": "tsc && npm run copy-assets", "copy-assets": "node scripts/copy-assets.js", "generate-properties": "node scripts/generate-properties.js", "dev": "tsc --watch", "test": "jest", "lint": "eslint . --ext .ts,.js", "lint:fix": "eslint . --ext .ts,.js --fix", "prepublishOnly": "npm install && npm run build" }, "files": [ "dist", "index.js" ], "n8n": { "n8nNodesApiVersion": 1, "credentials": [ "dist/credentials/EverestApi.credentials.js" ], "nodes": [ "dist/nodes/Everest/Everest.node.js" ] }, "keywords": [ "n8n-community-node-package", "n8n", "everest", "tms", "transport", "logistics", "delivery", "ai-tool" ], "author": "Everest TMS", "license": "GPL-3.0", "dependencies": { "n8n-workflow": "^1.0.0", "n8n-core": "^1.0.0" }, "devDependencies": { "@types/node": "^18.0.0", "typescript": "^5.0.0", "eslint": "^8.56.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "jest": "^29.0.0", "@types/jest": "^29.0.0", "ts-jest": "^29.0.0" } }