UNPKG

@emby-chat/node-sdk

Version:
36 lines (35 loc) 820 B
{ "name": "@emby-chat/node-sdk", "version": "1.12.1", "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": { "@faker-js/faker": "^8.4.1", "dotenv": "^16.0.0", "ejs": "^3.1.6", "express": "^4.18.1" } }