{
	"name": "@linkedpromo/n8n-nodes-twenty",
	"version": "0.4.14",
	"description": "n8n community node for Twenty CRM - Open Source CRM",
	"keywords": [
		"n8n-community-node-package",
		"n8n",
		"twenty",
		"crm",
		"twenty-crm"
	],
	"license": "MIT",
	"homepage": "https://github.com/vomos-ua/n8n-nodes-twenty",
	"author": {
		"name": "abm24",
		"email": "info@abm24.cloud"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/vomos-ua/n8n-nodes-twenty.git"
	},
	"bugs": {
		"url": "https://github.com/vomos-ua/n8n-nodes-twenty/issues"
	},
	"engines": {
		"node": ">=18.10"
	},
	"main": "dist/nodes/TwentyCrm/TwentyCrm.node.js",
	"scripts": {
		"build": "tsc && gulp build:icons",
		"dev": "tsc --watch",
		"format": "prettier nodes credentials --write",
		"lint": "eslint nodes credentials package.json",
		"lintfix": "eslint nodes credentials package.json --fix",
		"test": "jest",
		"test:watch": "jest --watch",
		"test:coverage": "jest --coverage"
	},
	"files": [
		"dist"
	],
	"n8n": {
		"n8nNodesApiVersion": 1,
		"credentials": [
			"dist/credentials/TwentyCrmApi.credentials.js"
		],
		"nodes": [
			"dist/nodes/TwentyCrm/TwentyCrm.node.js",
			"dist/nodes/TwentyCrm/TwentyCrmTrigger.node.js"
		]
	},
	"devDependencies": {
		"@types/jest": "^29.5.0",
		"@types/node": "^20.10.0",
		"@typescript-eslint/parser": "^7.0.0",
		"eslint": "^8.56.0",
		"eslint-plugin-n8n-nodes-base": "^1.16.0",
		"gulp": "^4.0.2",
		"jest": "^29.7.0",
		"n8n-workflow": "*",
		"prettier": "^3.1.0",
		"ts-jest": "^29.1.0",
		"typescript": "~5.3.0"
	},
	"peerDependencies": {
		"n8n-workflow": "*"
	},
	"publishConfig": {
		"access": "public"
	}
}
