{
	"name": "@nskha/n8n-nodes-gameboost",
	"version": "0.3.9",
	"author": {
		"name": "Nskha"
	},
	"description": "![Banner image](https://i.imgur.com/U0zB9Ea.png)",
	"keywords": [
		"n8n-community-node-package"
	],
	"license": "MIT",
	"homepage": "https://github.com/Automations-Project/n8n-nodes-gameboost",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Automations-Project/n8n-nodes-gameboost.git"
	},
	"engines": {
		"node": ">=18.10",
		"pnpm": ">=9.1"
	},
	"packageManager": "pnpm@9.1.4",
	"main": "index.js",
	"scripts": {
		"build": "tsc && gulp build:icons",
		"dev": "pnpm run build && pnpm run copy:install && pnpm run n8n:start",
		"watch": "tsc --watch",
		"format": "prettier nodes credentials --write",
		"lint": "eslint nodes credentials package.json",
		"lintfix": "eslint nodes credentials package.json --fix",
		"prepublishOnly": "pnpm run build && pnpm run lint -c .eslintrc.prepublish.js nodes credentials package.json",
		"copy:install": "rm -rf ~/.n8n/custom/n8n-nodes-gameboost && mkdir -p ~/.n8n/custom/n8n-nodes-gameboost && cp -r dist package.json ~/.n8n/custom/n8n-nodes-gameboost/",
		"n8n:start": "N8N_CUSTOM_EXTENSIONS=~/.n8n/custom n8n start",
		"typecheck": "tsc --noEmit"
	},
	"files": [
		"dist"
	],
	"n8n": {
		"n8nNodesApiVersion": 1,
		"credentials": [
			"dist/credentials/GameboostApi.credentials.js"
		],
		"nodes": [
			"dist/nodes/gameboost/GameBoost.node.js",
			"dist/nodes/gameboost/GameBoostTrigger.node.js"
		]
	},
	"devDependencies": {
		"@typescript-eslint/parser": "^7.15.0",
		"eslint": "^8.56.0",
		"eslint-plugin-n8n-nodes-base": "^1.16.1",
		"gulp": "^4.0.2",
		"n8n": "^1.88.0",
		"prettier": "^3.3.2",
		"typescript": "^5.5.3"
	},
	"peerDependencies": {
		"n8n-workflow": "*"
	},
	"bugs": {
		"url": "https://github.com/Automations-Project"
	}
}
