{
	"name": "n8n-nodes-runninghub-full-api",
	"version": "0.1.2",
	"description": "a tool to use runninghub api modified from denislov version",
	"license": "MIT",
	"homepage": "https://github.com/AAlexDing",
	"keywords": [
		"n8n-community-node-package",
		"runninghub",
		"Comfyui"
	],
	"author": {
		"name": "dingjiatong",
		"email": "dingjiatong@gmail.com"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/AAlexDing/n8n-nodes-runninghub-full-api.git"
	},
	"scripts": {
		"build": "n8n-node build",
		"build:watch": "tsc --watch",
		"dev": "n8n-node dev",
		"lint": "n8n-node lint",
		"lint:fix": "n8n-node lint --fix",
		"release": "n8n-node release",
		"prepublishOnly": "n8n-node prerelease"
	},
	"files": [
		"dist"
	],
	"n8n": {
		"n8nNodesApiVersion": 1,
		"strict": true,
		"credentials": [
			"dist/credentials/RunninghubApiApi.credentials.js"
		],
		"nodes": [
			"dist/nodes/RunninghubApi/RunninghubApi.node.js"
		]
	},
	"devDependencies": {
		"@n8n/node-cli": "0.14.0",
		"@types/node": "^25.0.3",
		"eslint": "9.32.0",
		"prettier": "3.6.2",
		"release-it": "^19.0.4",
		"typescript": "5.9.2"
	},
	"peerDependencies": {
		"n8n-workflow": "*"
	},
	"pnpm": {
		"overrides": {
			"change-case": "4.1.2"
		}
	}
}
