{
    "name": "n8n-nodes-brightdata",
    "version": "0.1.10",
    "description": "Community node to work with BrightData service for scraping purposes",
    "keywords": [
        "n8n",
        "n8n-community-node-package",
        "n8nhackers",
        "bright data",
        "scraping",
        "proxy",
        "fingerprinting"
    ],
    "license": "MIT",
    "homepage": "https://n8nhackers.com/",
    "author": {
        "name": "Miquel Colomer",
        "email": "miquel@n8nhackers.com"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/n8nhackers/n8n-nodes-brightdata.git"
    },
    "main": "index.js",
    "scripts": {
        "clear": "rm -rf dist",
        "build": "npm run clear && 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/BrightDataApi.credentials.js"
        ],
        "nodes": [
            "dist/nodes/BrightData/BrightData.node.js"
        ]
    },
    "devDependencies": {
        "@types/express": "^4.17.6",
        "@types/request-promise-native": "~1.0.15",
        "@typescript-eslint/parser": "~5.45",
        "eslint-plugin-n8n-nodes-base": "^1.11.0",
        "gulp": "^4.0.2",
        "n8n-core": "*",
        "n8n-workflow": "*",
        "prettier": "^2.7.1",
        "typescript": "~4.8.4"
    },
    "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}
