UNPKG

@likeminds.community/chat-js-beta

Version:

LikeMinds Javascript SDK for chat APIs

65 lines (64 loc) 2.53 kB
{ "name": "@likeminds.community/chat-js-beta", "version": "1.1.198", "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 && cross-env ENVIRONMENT=production microbundle --define process.env.ENVIRONMENT='\"production\"' --tsconfig tsconfig.json --no-sourcemap && npm publish --access public", "npm-deploy-beta": "rm -rf dist && cross-env ENVIRONMENT=beta microbundle --define process.env.ENVIRONMENT='\"beta\"' --tsconfig tsconfig.json --no-sourcemap && npm publish --access public", "build": "rm -rf dist && microbundle --tsconfig tsconfig.json --no-sourcemap", "build-windows": "(if exist dist (rmdir /s /q dist)) && microbundle --tsconfig tsconfig.json --no-sourcemap", "eslint": "eslint .", "eslint:fix": "eslint --fix .", "prettier": "prettier --check .", "prettier:fix": "prettier --write .", "build:dev": "cross-env ENVIRONMENT=beta microbundle --define process.env.ENVIRONMENT='\"beta\"' --tsconfig tsconfig.json --no-sourcemap", "build:prod": "cross-env ENVIRONMENT=production microbundle --define process.env.ENVIRONMENT='\"production\"' --tsconfig tsconfig.json --no-sourcemap" }, "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", "cross-env": "^7.0.3", "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" } }