{
	"name": "@prama13/n8n-nodes-pexels",
	"version": "0.0.4",
	"description": "n8n node for Pexels API - Search and download free stock photos and videos",
	"license": "MIT",
	"homepage": "",
	"keywords": [
		"n8n-community-node-package"
	],
	"author": {
		"name": "Prama Aditya",
		"email": "prama13@gmail.com"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/PramaAditya/n8n-nodes-pexels.git"
	},
	"scripts": {
		"build": "n8n-node build",
		"build:watch": "tsc --watch",
		"dev": "n8n-node dev",
		"lint": "n8n-node lint",
		"lint:fix": "n8n-node lint --fix",
		"prepublishOnly": "npm run build && npm run lint"
	},
	"files": [
		"dist"
	],
	"n8n": {
		"n8nNodesApiVersion": 1,
		"strict": true,
		"credentials": [
			"dist/credentials/PexelsApi.credentials.js"
		],
		"nodes": [
			"dist/nodes/Pexels/Pexels.node.js"
		]
	},
	"devDependencies": {
		"@n8n/node-cli": "*",
		"eslint": "9.32.0",
		"prettier": "3.6.2",
		"release-it": "^19.0.4",
		"typescript": "5.9.2"
	},
	"peerDependencies": {
		"n8n-workflow": "*"
	}
}
