{
    "name": "n8n-nodes-volcengine-tos",
    "version": "0.1.4",
    "description": "n8n community nodes for VolcEngine TOS (Object Storage) - Upload, download, manage files and buckets with pre-signed URLs support",
    "keywords": [
        "n8n-community-node-package",
        "n8n",
        "volcengine",
        "tos",
        "object-storage",
        "cloud-storage",
        "file-upload",
        "file-download",
        "automation",
        "workflow",
        "presigned-url",
        "bucket-management",
        "typescript"
    ],
    "license": "MIT",
    "homepage": "https://github.com/lvdaqian/n8n-nodes-volcengine-tos#readme",
    "author": {
        "name": "lvdaqian",
        "email": "lvdaqian@bytedance.com"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/lvdaqian/n8n-nodes-volcengine-tos.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",
        "test": "jest",
        "test:watch": "jest --watch",
        "test:coverage": "jest --coverage",
        "prepublishOnly": "npm run build && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json && npm test"
    },
    "files": [
        "dist"
    ],
    "n8n": {
        "n8nNodesApiVersion": 1,
        "credentials": [
            "dist/credentials/VolcEngineTOSApi.credentials.js"
        ],
        "nodes": [
            "dist/nodes/VolcEngineTosNode/VolcEngineTosNode.node.js"
        ]
    },
    "devDependencies": {
        "@types/jest": "^30.0.0",
        "@typescript-eslint/parser": "~8.32.0",
        "eslint": "^8.57.0",
        "eslint-plugin-n8n-nodes-base": "^1.16.3",
        "gulp": "^5.0.0",
        "jest": "^29.7.0",
        "prettier": "^3.5.3",
        "ts-jest": "^29.4.1",
        "typescript": "^5.8.2"
    },
    "peerDependencies": {
        "n8n-workflow": "*"
    },
    "dependencies": {
        "@volcengine/tos-sdk": "^2.7.5",
        "dotenv": "^17.2.1"
    }
}
