{
    "name": "n8n-nodes-notion-to-markdown",
    "version": "0.1.0",
    "description": "A custom n8n node that converts Notion pages to Markdown format by processing their blocks. This node allows you to seamlessly transform Notion content into well-structured Markdown documents, preserving the hierarchical structure and formatting of your Notion pages.",
    "keywords": [
        "n8n-community-node-package"
    ],
    "license": "MIT",
    "homepage": "",
    "author": {
        "name": "Leo",
        "email": "ifuryst@gmail.com"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/iFurySt/n8n-nodes-notion-to-markdown.git"
    },
    "engines": {
        "node": ">=18.10",
        "pnpm": ">=9.1"
    },
    "packageManager": "pnpm@9.1.4",
    "main": "index.js",
    "scripts": {
        "preinstall": "npx only-allow pnpm",
        "build": "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": "pnpm build && pnpm lint -c .eslintrc.prepublish.js nodes credentials package.json"
    },
    "files": [
        "dist"
    ],
    "n8n": {
        "n8nNodesApiVersion": 1,
        "credentials": [],
        "nodes": [
            "dist/nodes/NotionToMarkdown/NotionToMarkdown.node.js"
        ],
        "version": 1,
        "categories": [
            "Development",
            "Marketing"
        ]
    },
    "devDependencies": {
        "@types/markdown-table": "^2.0.0",
        "@types/node-fetch": "^2.6.11",
        "@typescript-eslint/parser": "^7.15.0",
        "eslint": "^8.56.0",
        "eslint-plugin-n8n-nodes-base": "^1.16.1",
        "gulp": "^4.0.2",
        "n8n-workflow": "*",
        "prettier": "^3.3.2",
        "typescript": "^5.5.3"
    },
    "peerDependencies": {
        "n8n-workflow": "*"
    },
    "dependencies": {
        "@tryfabric/martian": "^1.2.4",
        "markdown-table": "^2.0.0",
        "node-fetch": "^2.7.0"
    }
}
