{
    "name": "n8n-nodes-vidfetch",
    "version": "0.0.1",
    "description": "This node allows the user to make an API call to Vidfetch.",
    "keywords": [
        "n8n-community-node",
        "vidfetch",
        "video-download",
        "audio-download"
    ],
    "license": "MIT",
    "homepage": "https://ko-fi.com/s/6601807d38",
    "author": "Lou | Digital Marketing <loudigitalmarketing@gmail.com>",
    "repository": {
        "type": "git",
        "url": "https://github.com/loudotdigital/n8n-nodes-vidfetch.git"
    },
    "main": "dist/index.js",
    "scripts": {
        "build": "tsc && gulp build:icons",
        "dev": "tsc --watch",
        "lint": "eslint nodes credentials --ext .ts",
        "lint:fix": "eslint nodes credentials --ext .ts --fix"
    },
    "files": [
        "dist"
    ],
    "n8n": {
        "n8nNodesApiVersion": 1,
        "nodes": [
            "dist/nodes/Vidfetch/Vidfetch.node.js"
        ],
        "credentials": [
            "dist/credentials/VidfetchApi.credentials.js"
        ]
    },
    "devDependencies": {
        "@types/node": "^16.0.0",
        "@typescript-eslint/parser": "^5.45.0",
        "eslint": "^8.20.0",
        "eslint-plugin-n8n-nodes-base": "^1.11.0",
        "gulp": "^4.0.2",
        "n8n-workflow": "^0.107.0",
        "prettier": "^2.7.1",
        "typescript": "^4.8.4",
        "@langchain/core": "^0.1.5",
        "zod": "^3.22.4"
    },
    "peerDependencies": {
        "n8n-workflow": "^0.107.0"
    }
}
