{
	"name": "n8n-nodes-priority",
	"version": "0.3.6",
	"description": "n8n community node for Priority REST (OData) API with comprehensive documentation and examples",
	"license": "MIT",
	"homepage": "https://github.com/HirezRa/n8n-nodes-priority#readme",
	"keywords": [
		"n8n-community-node-package",
		"priority",
		"odata",
		"rest-api",
		"erp",
		"business-management"
	],
	"author": {
		"name": "Erez",
		"email": "kiai66@gmail.com"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/HirezRa/n8n-nodes-priority.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",
		"README.md",
		"USAGE_GUIDE.md",
		"PRIORITY_NODE_USAGE_GUIDE.md",
		"priority_api_enhanced.md",
		"SETUP_GITHUB.md",
		"CONTRIBUTING.md",
		"CHANGELOG.md",
		"LICENSE.md",
		"CODE_OF_CONDUCT.md"
	],
	"n8n": {
		"n8nNodesApiVersion": 1,
		"strict": true,
		"credentials": [
			"dist/credentials/GithubIssuesApi.credentials.js",
			"dist/credentials/GithubIssuesOAuth2Api.credentials.js",
			"dist/credentials/PriorityApi.credentials.js",
			"dist/credentials/PriorityOAuth2Api.credentials.js"
		],
		"nodes": [
			"dist/nodes/GithubIssues/GithubIssues.node.js",
			"dist/nodes/Example/Example.node.js",
			"dist/nodes/Priority/Priority.node.js"
		]
	},
	"devDependencies": {
		"@n8n/node-cli": "*",
		"eslint": "9.32.0",
		"prettier": "3.6.2",
		"release-it": "^19.0.4",
		"typescript": "5.9.2"
	},
	"peerDependencies": {
		"n8n-workflow": "*"
	}
}
