{
    "name": "n8n-nodes-fullenrich",
    "version": "0.2.2",
    "description": "n8n node to call fullEnrich API.",
    "keywords": [
        "fullenrich",
        "enrichment",
        "n8n-community-node-package",
        "n8n-nodes-fullenrich",
        "fullenrich-api"
    ],
    "license": "MIT",
    "homepage": "https://n8n.io",
    "author": {
        "name": "Lina Kaci",
        "email": "lina@fullenrich.com"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/FullEnrich/n8n-nodes-fullenrich.git"
    },
    "main": "index.js",
    "scripts": {
        "build": "n8n-node build",
        "dev": "n8n-node dev",
        "format": "prettier nodes credentials --write",
        "lint": "n8n-node lint",
        "lintfix": "n8n-node lint --fix",
        "test": "jest",
        "release": "n8n-node release",
        "prepublishOnly": "n8n-node prerelease"
    },
    "files": [
        "dist"
    ],
    "n8n": {
        "n8nNodesApiVersion": 1,
        "credentials": [
            "dist/credentials/FullEnrichApi.credentials.js"
        ],
        "nodes": [
            "dist/nodes/FullEnrich/FullEnrich.node.js",
            "dist/nodes/FullEnrichTrigger/FullEnrichTrigger.node.js"
        ]
    },
    "devDependencies": {
        "@n8n/node-cli": "^0.30.1",
        "@types/jest": "^30.0.0",
        "eslint": "^9.39.4",
        "jest": "^30.4.2",
        "nock": "^14.0.15",
        "prettier": "^3.5.3",
        "release-it": "^20.0.1",
        "ts-jest": "^29.4.9",
        "typescript": "^5.8.2"
    },
    "peerDependencies": {
        "n8n-workflow": "*"
    },
    "overrides": {
        "minimatch": "^10.0.1"
    }
}
