{
    "name": "n8n-nodes-assemblyai-stream",
    "version": "1.0.6",
    "description": "n8n node for streaming audio to AssemblyAI using node-microphone",
    "keywords": [
        "n8n",
        "n8n-community-node-package",
        "n8n-node-base",
        "assemblyai",
        "streaming",
        "speech-to-text"
    ],
    "license": "MIT",
    "homepage": "https://n8n.io",
    "author": {
        "name": "Your Name",
        "email": ""
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/yourusername/n8n-nodes-assemblyai-stream.git"
    },
    "main": "index.js",
    "scripts": {
        "build": "tsc && gulp build:icons",
        "dev": "tsc --watch",
        "format": "prettier --write .",
        "lint": "eslint .",
        "prepublishOnly": "npm run build"
    },
    "files": [
        "dist"
    ],
    "n8n": {
        "n8nNodesApiVersion": 1,
        "credentials": [
            "dist/nodes/assemblyai-stream/AssemblyAIApi.credentials.js"
        ],
        "nodes": [
            "dist/nodes/assemblyai-stream/AssemblyAIStream.node.js"
        ]
    },
    "devDependencies": {
        "@types/express": "^4.17.17",
        "@types/node": "^18.16.16",
        "@types/ws": "^8.5.5",
        "@typescript-eslint/eslint-plugin": "^5.59.9",
        "@typescript-eslint/parser": "^5.59.9",
        "eslint": "^8.42.0",
        "eslint-plugin-n8n-nodes-base": "^1.14.1",
        "gulp": "^4.0.2",
        "n8n-workflow": "~1.5.0",
        "prettier": "^2.8.8",
        "typescript": "~5.1.3"
    },
    "dependencies": {
        "n8n-core": "~1.5.0",
        "node-microphone": "^0.1.6",
        "ws": "^8.13.0"
    }
}
