{
	"name": "@justbrunasso/n8n-nodes-glpi-v2",
	"version": "2.0.5",
	"description": "GLPI Rest API Node compatible with GLPI API V2.",
	"license": "MIT",
	"homepage": "https://github.com/PhyBruno/n8n-nodes-glpi-v2",
	"keywords": [
		"n8n-community-node-package",
		"n8n",
		"glpi",
		"it-management",
		"ticket-system"
	],
	"author": {
		"name": "justbrunasso",
		"email": "brusans2@gmail.com"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/PhyBruno/n8n-nodes-glpi-v2.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"
	},
	"files": [
		"dist"
	],
	"n8n": {
		"n8nNodesApiVersion": 1,
		"strict": true,
		"credentials": [
			"dist/credentials/GlpiV2Api.credentials.js"
		],
		"nodes": [
			"dist/nodes/GlpiV2/GlpiV2.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": "*"
	}
}
