n8n-nodes-zid
Version:
BETA; n8n custom nodes for integrating with the Zid API (orders, products, customers, etc.)
38 lines (37 loc) • 839 B
JSON
{
"name": "n8n-nodes-zid",
"version": "0.1.0",
"description": "BETA; n8n custom nodes for integrating with the Zid API (orders, products, customers, etc.)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"lint": "eslint . --ext .ts",
"test": "jest",
"prepare": "npm run build"
},
"keywords": [
"n8n",
"zid",
"automation",
"integration",
"workflow"
],
"author": "",
"license": "MIT",
"dependencies": {
"axios": "^1.6.8"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^20.11.30",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.4.5"
},
"peerDependencies": {
"n8n-core": ">=1.0.0",
"n8n-workflow": ">=1.0.0"
}
}