UNPKG

@solinker/nodes-laomashitu

Version:

可通过API完成内容替换及批量图片生成。 • 不会代码 ? 不是问题 ! 以表格、无代码方式配置数据来源及图片处理步骤,完成琐碎重复任务。

49 lines 1.35 kB
{ "name": "@solinker/nodes-laomashitu", "version": "0.1.0", "description": "可通过API完成内容替换及批量图片生成。 • 不会代码 ? 不是问题 ! 以表格、无代码方式配置数据来源及图片处理步骤,完成琐碎重复任务。", "keywords": [ "n8n-community-node-package", "老码十途", "工具软件" ], "license": "MIT", "homepage": "https://www.n8n.store/nodes/laomashitu", "author": { "name": "dcomdjl", "email": "dcomdjl@gmail.com" }, "engines": { "node": ">=18.10", "pnpm": ">=9.1" }, "packageManager": "pnpm@9.1.4", "main": "index.js", "scripts": { "preinstall": "npx only-allow pnpm", "build": "rm -rf ./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": "pnpm build" }, "files": [ "dist" ], "n8n": { "n8nNodesApiVersion": 1 }, "devDependencies": { "@typescript-eslint/parser": "^7.15.0", "eslint": "^8.56.0", "eslint-plugin-n8n-nodes-base": "^1.16.1", "gulp": "^4.0.2", "n8n-workflow": "*", "prettier": "^3.3.2", "typescript": "^5.5.3" }, "peerDependencies": { "n8n-workflow": "*" } }