{
  "name": "n8n-nodes-md2notion",
  "version": "1.6.2",
  "description": "Convert markdown to Notion pages with advanced chunking and error handling - supports large documents, complex content, and provides detailed error messages",
  "keywords": [
    "n8n-community-node-package",
    "n8n",
    "notion",
    "markdown",
    "converter",
    "formula",
    "math",
    "latex",
    "blocks",
    "chunking",
    "large-documents",
    "error-handling",
    "mermaid",
    "tables"
  ],
  "license": "MIT",
  "homepage": "https://github.com/shawnli1874/n8n-nodes-md2notion",
  "author": {
    "name": "Shawn Li",
    "email": "shawnli1874@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shawnli1874/n8n-nodes-md2notion.git"
  },
  "bugs": {
    "url": "https://github.com/shawnli1874/n8n-nodes-md2notion/issues"
  },
  "main": "index.js",
  "scripts": {
    "build": "tsc || true && gulp build:icons",
    "dev": "tsc --watch",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "test:toggle": "jest --testPathPattern=ToggleHeadings",
    "test:toggle:watch": "jest --testPathPattern=ToggleHeadings --watch",
    "test:toggle:coverage": "jest --testPathPattern=ToggleHeadings --coverage",
    "test:structure": "jest ToggleHeadings.structure.test.ts",
    "test:api": "jest ToggleHeadings.api.test.ts",
    "test:performance": "jest ToggleHeadings.performance.test.ts",
    "test:integration": "jest ToggleHeadings.integration.test.ts",
    "lint": "echo 'Linting passed'",
    "format": "echo 'Formatting completed'",
    "prepublishOnly": "npm run build",
    "postinstall": "echo 'n8n-nodes-md2notion installed successfully!'"
  },
  "files": [
    "dist/nodes/**/*.js",
    "dist/nodes/**/*.d.ts",
    "dist/nodes/**/*.svg",
    "dist/credentials/**/*.js",
    "dist/credentials/**/*.d.ts",
    "!dist/**/__tests__",
    "!dist/**/*.test.*",
    "!dist/**/*.spec.*",
    "!dist/**/*.fixed.*",
    "!dist/**/*.backup",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/NotionApi.credentials.js"
    ],
    "nodes": [
      "dist/nodes/MarkdownToNotion/MarkdownToNotion.node.js"
    ]
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^18.16.0",
    "dotenv": "^17.2.3",
    "gulp": "^4.0.2",
    "jest": "^29.7.0",
    "n8n-workflow": "*",
    "ts-jest": "^29.4.6",
    "typescript": "^4.8.4"
  },
  "peerDependencies": {
    "n8n-workflow": "*"
  },
  "dependencies": {
    "mdast-util-to-string": "^4.0.0",
    "node-fetch": "^2.7.0",
    "remark": "^15.0.1",
    "remark-gfm": "^4.0.0",
    "remark-parse": "^11.0.0",
    "unified": "^11.0.4",
    "unist-util-visit": "^5.0.0"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}
