{
	"name": "n8n-nodes-docling-serve",
	"version": "0.0.5",
	"description": "n8n community node for docling-serve document conversion API",
	"license": "MIT",
	"homepage": "https://github.com/hansdoebel/n8n-nodes-docling-serve#readme",
	"keywords": [
		"n8n-community-node-package",
		"docling",
		"document-conversion",
		"pdf",
		"markdown"
	],
	"author": {
		"name": "Hans Doebel",
		"email": "hansdev@mailbox.org"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/hansdoebel/n8n-nodes-docling-serve.git"
	},
	"bugs": {
		"url": "https://github.com/hansdoebel/n8n-nodes-docling-serve/issues"
	},
	"scripts": {
		"build": "n8n-node build",
		"build:watch": "tsc --watch",
		"dev": "n8n-node dev",
		"test": "bun test",
		"lint": "n8n-node lint",
		"lint:fix": "n8n-node lint --fix",
		"release": "n8n-node release"
	},
	"publishConfig": {
		"access": "public"
	},
	"files": [
		"dist"
	],
	"funding": {
		"type": "buymeacoffee",
		"url": "https://buymeacoffee.com/hansdoebel"
	},
	"n8n": {
		"n8nNodesApiVersion": 1,
		"strict": false,
		"credentials": [
			"dist/credentials/DoclingServeApi.credentials.js"
		],
		"nodes": [
			"dist/nodes/DoclingServe/DoclingServe.node.js"
		]
	},
	"devDependencies": {
		"@n8n/node-cli": "*",
		"@types/bun": "latest",
		"eslint": "9.32.0",
		"prettier": "3.6.2",
		"release-it": "^19.2.3",
		"typescript": "5.9.2"
	},
	"peerDependencies": {
		"n8n-workflow": "*"
	}
}
