UNPKG

n8n-nodes-hwp-to-pdf

Version:

n8n node to convert HWP files to PDF using huhsame.com API

55 lines (54 loc) 1.31 kB
{ "name": "n8n-nodes-hwp-to-pdf", "version": "0.1.7", "description": "n8n node to convert HWP files to PDF using huhsame.com API", "main": "dist/index.js", "scripts": { "build": "tsc && npm run copy-assets", "copy-assets": "cp nodes/*.svg dist/nodes/", "dev": "npm run build && tsc --watch", "lint": "tslint -p tsconfig.json -c tslint.json", "lintfix": "tslint --fix -p tsconfig.json -c tslint.json", "prepublishOnly": "npm run build && npm run lint" }, "author": "주인", "license": "MIT", "keywords": [ "n8n", "n8n-community-node-package", "hwp", "pdf", "automation", "node", "converter" ], "files": [ "dist" ], "n8n": { "n8nNodesApiVersion": 1, "nodes": [ "dist/nodes/HwpToPdf.node.js" ] }, "dependencies": { "n8n-workflow": "^1.0.0" }, "devDependencies": { "typescript": "^5.0.0", "@types/node": "^18.0.0", "tslint": "^6.1.3" }, "engines": { "node": ">=18.10", "npm": ">=7.24" }, "repository": { "type": "git", "url": "https://github.com/your-username/n8n-nodes-hwp-to-pdf.git" }, "bugs": { "url": "https://github.com/your-username/n8n-nodes-hwp-to-pdf/issues" }, "homepage": "https://github.com/your-username/n8n-nodes-hwp-to-pdf#readme" }