{
	"name": "n8n-nodes-voyageai-embeddings-unofficial",
	"version": "0.1.6",
	"description": "(Unofficial) Voyage AI Embeddings node for n8n",
	"keywords": [
		"n8n-community-node-package",
		"voyage-ai",
		"embeddings"
	],
	"license": "MIT",
	"homepage": "https://github.com/mrowrpurr/n8n-nodes-voyageai-embeddings",
	"author": {
		"name": "Mrowr Purr",
		"email": "mrowr.purr@gmail.com"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/mrowrpurr/n8n-nodes-voyageai-embeddings.git"
	},
	"engines": {
		"node": ">=20.15"
	},
	"main": "index.js",
	"scripts": {
		"build": "pnpx rimraf dist && 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",
		"prepublishOnly": "npm run build && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json"
	},
	"files": [
		"dist"
	],
	"n8n": {
		"n8nNodesApiVersion": 1,
		"credentials": [
			"dist/credentials/VoyageAiCredentialsApi.credentials.js"
		],
		"nodes": [
			"dist/nodes/EmbeddingsVoyageAi/EmbeddingsVoyageAi.node.js"
		]
	},
	"devDependencies": {
		"@typescript-eslint/parser": "~8.32.0",
		"eslint": "^8.57.0",
		"eslint-plugin-n8n-nodes-base": "^1.16.3",
		"gulp": "^5.0.0",
		"prettier": "^3.5.3",
		"typescript": "^5.8.2"
	},
	"peerDependencies": {
		"n8n-workflow": "*"
	},
	"packageManager": "pnpm@10.5.0+sha512.11106a5916c7406fe4b8cb8e3067974b8728f47308a4f5ac5e850304afa6f57e2847d7950dfe78877d8d36bfb401d381c4215db3a4c3547ffa63c14333a6fa51",
	"dependencies": {
		"@langchain/community": "^0.3.45",
		"@langchain/core": "^0.3.57",
		"langchain": "^0.3.27"
	}
}
