{
    "name": "@harryhoga/n8n-nodes-aliyun",
    "version": "0.1.9",
    "description": "This is an n8n community node that allows you to integrate Alibaba Cloud Aliyun Bailian AI capabilities, Bailian file APIs, and OSS functionality in your n8n workflows with dedicated credentials.",
    "keywords": [
        "aliyun", "bailian", "dashscope-files", "qwen", "Qwen3", "Qwen3 Image Edit Max/Plus", "Qwen-Image-2.0-Pro", "Tongyi", "Z-Image", "wan2.6", "wan2.5", "wan2.2-animate", "n8n-community-node-package"
    ],
    "license": "MIT",
    "homepage": "https://github.com/harryhoga/n8n-nodes-aliyun",
    "author": {
        "name": "harryhoga",
        "email": "harry.hoga@gmail.com"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/harryhoga/n8n-nodes-aliyun.git"
    },
    "engines": {
        "node": ">=20.15"
    },
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "build": "npx rimraf dist && tsc --project tsconfig.json && gulp build:icons",
        "dev": "tsc --watch --project tsconfig.json",
        "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",
        "link": "npm run build && npm link",
        "n8nbuild": "n8n-node build",
        "build:watch": "tsc --watch",
        "n8ndev": "n8n-node dev",
        "n8nlint": "n8n-node lint",
        "n8nlint:fix": "n8n-node lint --fix",
        "n8nrelease": "n8n-node release",
        "n8nprepublishOnly": "n8n-node prerelease"
    },
    "files": [
        "dist/",
        "README.md",
        "LICENSE"
    ],
    "n8n": {
        "n8nNodesApiVersion": 1,
        "nodes": [
            "dist/nodes/AliBailian/AliBailian.node.js",
            "dist/nodes/AliyunOss/AliyunOss.node.js"
        ],
        "credentials": [
            "dist/credentials/AliBailianApi.credentials.js",
            "dist/credentials/AliyunOssApi.credentials.js"
        ]
    },
    "devDependencies": {
        "@types/node": "^22.15.29",
        "@typescript-eslint/parser": "~8.32.0",
        "eslint": "^9.36.0",
        "eslint-plugin-n8n-nodes-base": "^1.16.3",
        "gulp": "^5.0.0",
        "prettier": "^3.5.3",
        "typescript": "^5.8.2"
    },
    "dependencies": {
        "ali-oss": "^6.23.0",
        "axios": "^1.6.7"
    },
    "peerDependencies": {
        "n8n-workflow": "*"
    },
    "overrides": {
        "eslint-plugin-n8n-nodes-base": {
            "@typescript-eslint/utils": "^8.12.1"
        }
    }
}
