talkjs
Version:
Build the perfect messaging experience in 10 minutes.
41 lines • 954 B
JSON
{
"name": "talkjs",
"version": "0.37.0",
"description": "Build the perfect messaging experience in 10 minutes.",
"bugs": {
"url": "https://talkjs.com/?chat"
},
"homepage": "https://talkjs.com",
"scripts": {},
"main": "./src/index.common.node.js",
"module": "./src/index.esnext.node.js",
"jsnext:main": "./src/index.esnext.node.js",
"browser": {
"./src/index.common.node.js": "./src/index.common.js",
"./src/index.esnext.node.js": "./src/index.esnext.js"
},
"license": "SEE LICENSE IN LICENSE.md",
"devDependencies": {},
"dependencies": {},
"types": "./talk.d.ts",
"keywords": [
"chat",
"chat api",
"chat sdk",
"messaging",
"talk",
"talkjs",
"real-time messaging",
"real-time chat",
"direct messaging",
"user-to-user chat",
"private messaging",
"group chat",
"dm",
"pm",
"notification",
"notifications",
"chat ui",
"chat component"
]
}