{
	"name": "n8n-nodes-gohighlevel",
	"version": "1.2.14",
	"description": "n8n node for GoHighLevel API v2",
	"keywords": [
		"n8n",
		"n8n-node",
		"n8n-community-node",
		"n8n-community-node-package",
		"gohighlevel",
		"crm",
		"marketing"
	],
	"license": "MIT",
	"homepage": "https://github.com/akpenou/n8n-nodes-gohighlevel",
	"author": {
		"name": "Alex",
		"email": "alex@shidoverse.com"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/akpenou/n8n-nodes-gohighlevel.git"
	},
	"main": "index.js",
	"scripts": {
		"build": "tsc && tsc-alias && gulp build:icons",
		"dev": "tsc --watch",
		"format": "prettier nodes --write",
		"lint": "eslint nodes package.json",
		"lintfix": "eslint nodes package.json --fix",
		"prepublishOnly": "npm run build && npm run lint",
		"publish": "npm publish"
	},
	"files": [
		"dist",
		"credentials",
		"nodes"
	],
	"n8n": {
		"n8nNodesApiVersion": 1,
		"credentials": [
			"dist/credentials/GoHighLevelV2/GoHighLevelOAuth2Api.credentials.js"
		],
		"nodes": [
			"dist/nodes/GoHighLevelV2/GoHighLevelV2.node.js"
		]
	},
	"devDependencies": {
		"@types/express": "^4.17.6",
		"@types/request-promise-native": "~1.0.15",
		"@typescript-eslint/parser": "~5.45",
		"eslint-plugin-n8n-nodes-base": "^1.11.0",
		"gulp": "^4.0.2",
		"n8n-core": "^0.125.0",
		"n8n-workflow": "^0.107.0",
		"prettier": "^2.7.1",
		"tsc-alias": "^1.8.10",
		"typescript": "~4.8.4"
	},
	"dependencies": {
		"@types/node-fetch": "^2.6.12",
		"node-fetch": "2"
	}
}
