{
	"name": "n8n-nodes-plaid",
	"version": "2.0.0",
	"description": "The definitive Plaid financial integration node for n8n - Zero Dependencies for Cloud Verification",
	"keywords": [
		"n8n-community-node-package",
		"plaid",
		"banking",
		"financial",
		"transactions",
		"fintech",
		"api",
		"n8n",
		"workflow",
		"automation"
	],
	"license": "MIT",
	"homepage": "https://github.com/jcdotio/n8n-nodes-plaid#readme",
	"author": {
		"name": "jcdotio",
		"email": "jcdotio@users.noreply.github.com"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/jcdotio/n8n-nodes-plaid.git"
	},
	"bugs": {
		"url": "https://github.com/jcdotio/n8n-nodes-plaid/issues"
	},
	"engines": {
		"node": ">=20.15"
	},
	"main": "index.js",
	"scripts": {
		"build": "tsc && gulp build:icons",
		"dev": "tsc --watch",
		"format": "prettier nodes credentials --write",
		"lint": "eslint nodes credentials",
		"lintfix": "eslint nodes credentials --fix",
		"prepublishOnly": "npm run build && npm run lint",
		"test": "jest",
		"test:coverage": "jest --coverage",
		"test:watch": "jest --watch"
	},
	"files": [
		"dist"
	],
	"n8n": {
		"n8nNodesApiVersion": 1,
		"credentials": [
			"dist/credentials/PlaidApi.credentials.js"
		],
		"nodes": [
			"dist/nodes/Plaid/Plaid.node.js"
		]
	},
	"devDependencies": {
		"@types/jest": "^29.5.14",
		"@types/node": "^20.19.1",
		"@typescript-eslint/eslint-plugin": "^8.35.0",
		"@typescript-eslint/parser": "^8.35.0",
		"eslint": "^8.57.1",
		"eslint-plugin-n8n-nodes-base": "^1.16.0",
		"gulp": "^5.0.1",
		"jest": "^29.7.0",
		"n8n-workflow": "^1.70.0",
		"prettier": "^3.6.1",
		"ts-jest": "^29.4.0",
		"typescript": "^5.7.3"
	}
}
