@sama-communications/sdk
Version:
A SDK client for interacting with the SAMA chat server from Web/Node.js apps
58 lines (57 loc) • 1.38 kB
JSON
{
"name": "@sama-communications/sdk",
"description": "A SDK client for interacting with the SAMA chat server from Web/Node.js apps",
"version": "0.14.0",
"keywords": [
"chat",
"chat-application",
"client",
"client-app",
"sdk",
"sama-sdk",
"SAMAClient"
],
"license": "Apache-2.0",
"homepage": "https://github.com/SAMA-Communications/sama-client/blob/main/packages/sdk/README.md",
"bugs": {
"url": "https://github.com/SAMA-Communications/sama-client/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SAMA-Communications/sama-client.git"
},
"author": "Igor Khomenko",
"contributors": [
{
"name": "Igor Khomenko",
"email": "khomenkoigor+1@gmail.com"
},
{
"name": "Oleksandr Chabaniuk",
"email": "olexander11441144@gmail.com"
}
],
"type": "module",
"files": [
"dist"
],
"main": "./dist/sama-sdk.cjs.js",
"module": "./dist/sama-sdk.es.js",
"exports": {
".": {
"import": "./dist/sama-sdk.es.js",
"require": "./dist/sama-sdk.cjs.js"
}
},
"types": "./dist/index.d.ts",
"scripts": {
"build": "vite build"
},
"devDependencies": {
"typescript": "~5.7.2",
"vite": "^6.2.0"
},
"dependencies": {
"get-browser-fingerprint": "^4.1.0"
}
}