{
  "name": "@likeminds.community/feed-js",
  "version": "1.19.0",
  "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": {
    "build": "rm -rf dist && microbundle --tsconfig tsconfig.json --no-sourcemap",
    "npm-deploy": "rm -rf dist && cross-env ENVIRONMENT=production microbundle --define process.env.ENVIRONMENT='\"production\"' --tsconfig tsconfig.json --no-sourcemap && npm publish --access public",
    "eslint": "eslint .",
    "eslint:fix": "eslint --fix .",
    "prettier": "prettier --check .",
    "prettier:fix": "prettier --write .",
    "lint": "tsc",
    "build-windows": "(if exist dist (rmdir /s /q dist)) && microbundle --tsconfig tsconfig.json --no-sourcemap",
    "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": [
    "feed",
    "conversation",
    "react",
    "likeminds",
    "likeminds.community",
    "community"
  ],
  "author": "LikeMinds",
  "homepage": "https://likeminds.community/",
  "license": "ISC",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^6.8.0",
    "@typescript-eslint/parser": "^6.8.0",
    "cross-env": "^7.0.3",
    "eslint": "^8.53.0",
    "microbundle": "^0.15.1",
    "prettier": "^3.0.3",
    "ts-loader": "^9.4.2",
    "webpack": "^5.83.0",
    "webpack-cli": "^5.1.1"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "^3.226.0",
    "@babel/runtime": "^7.16.3",
    "@types/jsonwebtoken": "~9.0.0",
    "@types/ws": "^7.4.0",
    "aws-sdk": "^2.1271.0",
    "axios": "0.22.0",
    "firebase": "^9.15.0",
    "form-data": "^4.0.0",
    "ws": "^7.4.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NateshR/LikeMinds-Javascript-Feed-SDK.git"
  },
  "bugs": {
    "url": "https://github.com/NateshR/LikeMinds-Javascript-Feed-SDK/issues"
  }
}
