{
    "name": "n8n-nodes-g4f",
    "version": "0.0.1",
    "description": "An n8n node to interact with the g4f (GPT-4-Free) API.",
    "keywords": [
        "n8n-community-node",
        "g4f",
        "ai",
        "llm",
        "gpt"
    ],
    "license": "MIT",
    "homepage": "",
    "author": "Lou | Digital Marketing <loudotdigital@gmail.com>",
    "repository": {
        "type": "git",
        "url": "https://github.com/loudotdigital/n8n-nodes-g4f.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/G4f/G4f.node.js"
        ],
        "credentials": [
            "dist/credentials/G4fApi.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": "^1.0.0",
        "prettier": "^2.7.1",
        "typescript": "^4.8.4"
    }
}
