UNPKG

@likeminds.community/chat-js-beta

Version:

LikeMinds Javascript SDK for chat APIs

61 lines (60 loc) 1.92 kB
{ "name": "@likeminds.community/chat-js-beta", "version": "1.1.197", "description": "LikeMinds Javascript SDK for chat APIs", "main": "dist/index.js", "module": "dist/index.m.js", "unpkg": "dist/index.umd.js", "types": "dist/index.d.ts", "scripts": { "npm-deploy": "rm -rf dist && microbundle --tsconfig tsconfig.json --no-sourcemap && npm publish --access public", "npm-deploy-beta": "rm -rf dist && microbundle --tsconfig tsconfig.json --no-sourcemap && npm publish --access public", "build": "rm -rf dist && microbundle --tsconfig tsconfig.json --no-sourcemap", "eslint": "eslint .", "eslint:fix": "eslint --fix .", "prettier": "prettier --check .", "prettier:fix": "prettier --write ." }, "keywords": [ "chat", "messaging", "conversation", "react", "likeminds", "likeminds.community", "community" ], "author": "LikeMinds", "homepage": "https://likeminds.community/", "license": "ISC", "files": [ "dist" ], "devDependencies": { "@typescript-eslint/eslint-plugin": "^6.9.1", "@typescript-eslint/parser": "^6.9.1", "eslint": "^8.52.0", "microbundle": "^0.15.1", "prettier": "^3.0.3", "ts-loader": "^9.4.2", "webpack": "^5.83.0", "webpack-cli": "^5.1.1" }, "dependencies": { "@babel/runtime": "^7.16.3", "@types/jsonwebtoken": "~9.0.0", "@types/ws": "^7.4.0", "axios": "^0.22.0", "firebase": "^9.15.0", "form-data": "^4.0.0", "rxjs": "^7.8.1", "ws": "^7.4.4" }, "repository": { "type": "git", "url": "git+https://github.com/NateshR/LikeMinds-Web-GroupChat-SDK.git" }, "bugs": { "url": "https://github.com/NateshR/LikeMinds-Web-GroupChat-SDK/issues" } }