{
    "name": "n8n-nodes-social-scraper",
    "version": "1.1.0",
    "description": "n8n node for scraping data from various social media platforms and search engines (ScrapeCreators, SerpAPI, Brave Search)",
    "license": "MIT",
    "homepage": "https://github.com/your-username/n8n-nodes-social-scraper#readme",
    "keywords": [
        "n8n-community-node-package",
        "n8n",
        "social-media",
        "scraper",
        "tiktok",
        "instagram",
        "youtube",
        "twitter",
        "reddit",
        "linkedin",
        "facebook",
        "google-search",
        "brave-search"
    ],
    "author": {
        "name": "Your Name",
        "email": "your.email@example.com"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/your-username/n8n-nodes-social-scraper.git"
    },
    "scripts": {
        "build": "n8n-node build",
        "build:watch": "tsc --watch",
        "dev": "n8n-node dev",
        "lint": "n8n-node lint",
        "lint:fix": "n8n-node lint --fix",
        "release": "n8n-node release"
    },
    "files": [
        "dist"
    ],
    "n8n": {
        "n8nNodesApiVersion": 1,
        "strict": true,
        "credentials": [
            "dist/credentials/ScrapecreatorsApi.credentials.js",
            "dist/credentials/SerpapiApi.credentials.js",
            "dist/credentials/BraveApi.credentials.js"
        ],
        "nodes": [
            "dist/nodes/SocialScraper/ScrapeCreators.node.js",
            "dist/nodes/SocialScraper/Serpapi.node.js",
            "dist/nodes/SocialScraper/Brave.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": "*"
    }
}
