{
  "name": "n8n-nodes-rednotes",
  "version": "1.3.6",
  "description": "n8n node for Rednote (小红书) API",
  "keywords": [
    "n8n-community-node-package",
    "小红书",
    "xiaohongshu",
    "red note",
    "rednote"
  ],
  "license": "MIT",
  "homepage": "",
  "author": {
    "name": "Catsofsuffering",
    "email": "graywar@qq.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Catofsuffering/n8n-nodes-rednote.git"
  },
  "engines": {
    "node": ">=20.15"
  },
  "main": "index.js",
  "scripts": {
    "build": "npx rimraf dist && 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"
  },
  "files": [
    "dist",
    "index.js",
    "README.md",
    "LICENSE.md"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/Rednote.credentials.js"
    ],
    "nodes": [
      "dist/nodes/Rednote/Rednote.node.js"
    ]
  },
  "devDependencies": {
    "@types/node": "^24.7.1",
    "@typescript-eslint/parser": "~8.46.0",
    "eslint": "^9.37.0",
    "eslint-plugin-n8n-nodes-base": "^1.16.4",
    "gulp": "^5.0.1",
    "n8n-workflow": "^1.112.0",
    "prettier": "^3.6.2",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "axios": "^1.12.2",
    "playwright": "^1.56.0"
  }
}
