{
    "name": "n8n-nodes-coze",
    "version": "0.1.0",
    "description": "n8n node for Coze(扣子), supporting AI chat, workflow automation, file processing, and text-to-speech.",
    "keywords": [
        "n8n-community-node-package",
        "coze",
        "扣子",
        "ai",
        "llm",
        "chatbot",
        "workflow automation",
        "tts"
    ],
    "license": "MIT",
    "homepage": "https://github.com/LegendLeo/n8n-nodes-coze",
    "author": {
        "name": "Tsing",
        "email": "hqyx45@gmail.com"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/LegendLeo/n8n-nodes-coze"
    },
    "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 && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json"
    },
    "files": [
        "dist"
    ],
    "n8n": {
        "n8nNodesApiVersion": 1,
        "credentials": [
            "dist/credentials/CozeOAuth2Api.credentials.js",
            "dist/credentials/CozeTokenApi.credentials.js"
        ],
        "nodes": [
            "dist/nodes/Coze/Coze.node.js"
        ]
    },
    "devDependencies": {
        "@types/node": "^24.0.15",
        "@typescript-eslint/parser": "~8.32.0",
        "eslint": "^8.57.0",
        "eslint-plugin-n8n-nodes-base": "^1.16.3",
        "gulp": "^5.0.0",
        "prettier": "^3.5.3",
        "typescript": "^5.8.2"
    },
    "peerDependencies": {
        "n8n-workflow": "*"
    }
}
