UNPKG

@emby-chat/node-sdk

Version:
35 lines 807 B
{ "name": "@emby-chat/node-sdk", "version": "1.8.0", "description": "Official Node SDK for Emby Chat", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "demo": "node --watch -r dotenv/config demo/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/getchat-dev/node-sdk.git" }, "keywords": [ "emby", "sdk", "chat", "messaging", "conversation", "chatbots", "realtime" ], "author": "Evgeniy Tyurin", "license": "MIT", "bugs": { "url": "https://github.com/getchat-dev/node-sdk/issues" }, "homepage": "https://github.com/getchat-dev/node-sdk#readme", "devDependencies": { "dotenv": "^16.0.0", "ejs": "^3.1.6", "express": "^4.18.1" }, "dependencies": {} }