{
    "name": "@sinch/n8n-nodes-sinch",
    "version": "1.1.0",
    "description": "n8n community node for Sinch Conversations API - send and manage omnichannel messages",
    "keywords": [
        "n8n-community-node-package",
        "n8n-community-node",
        "n8n-nodes",
        "sinch",
        "conversations",
        "sms",
        "whatsapp",
        "messaging",
        "omnichannel"
    ],
    "license": "MIT",
    "author": {
        "name": "Sinch",
        "email": "ecosystems@sinch.com"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/sinch/n8n-sinch.git"
    },
    "bugs": {
        "url": "https://github.com/sinch/n8n-sinch/issues"
    },
    "homepage": "https://github.com/sinch/n8n-sinch#readme",
    "type": "commonjs",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "n8n": {
        "n8nNodesApiVersion": 1,
        "strict": true,
        "nodes": [
            "dist/nodes/Sinch/Sinch.node.js",
            "dist/nodes/Sinch/SinchTrigger.node.js"
        ],
        "credentials": [
            "dist/credentials/SinchApi.credentials.js"
        ]
    },
    "directories": {
        "example": "examples",
        "test": "tests"
    },
    "files": [
        "dist/**/*",
        "examples/**/*",
        "README.md",
        "CHANGELOG.md",
        "LICENSE"
    ],
    "scripts": {
        "build": "tsc -p tsconfig.json && npm run copy:icons",
        "copy:icons": "mkdir -p dist/nodes/Sinch dist/credentials && cp -f nodes/Sinch/*.png nodes/Sinch/*.svg nodes/Sinch/*.node.json dist/nodes/Sinch/ 2>/dev/null || true && cp -f credentials/*.svg dist/credentials/ 2>/dev/null || true",
        "lint": "eslint \"{nodes,credentials,utils}/**/*.{ts,tsx}\" index.ts --max-warnings=0",
        "lint:fix": "eslint \"{nodes,credentials,utils}/**/*.{ts,tsx}\" index.ts --max-warnings=0 --fix",
        "test": "vitest run --coverage",
        "test:coverage": "vitest run --coverage",
        "test:watch": "vitest",
        "test:no-coverage": "vitest run",
        "prepublishOnly": "npm run build && npm run lint"
    },
    "devDependencies": {
        "@types/node": "^24.0.0",
        "@types/node-fetch": "^2.6.13",
        "@typescript-eslint/eslint-plugin": "^7.16.0",
        "@typescript-eslint/parser": "^7.16.0",
        "@vitest/coverage-v8": "^2.1.0",
        "eslint": "^8.57.0",
        "eslint-config-prettier": "^9.1.0",
        "eslint-plugin-n8n-nodes-base": "^1.16.6",
        "n8n-core": "^2.8.0",
        "n8n-workflow": "^2.8.0",
        "nock": "^13.4.0",
        "node-fetch": "^2.6.9",
        "prettier": "^3.3.3",
        "typescript": "^5.5.3",
        "vitest": "^2.1.0"
    },
    "peerDependencies": {
        "n8n-workflow": "*"
    },
    "engines": {
        "node": ">=20.19 <=24.x"
    }
}
