{
  "name": "movius-chats",
  "version": "1.7.0",
  "description": "A highly customizable, feature-rich chat interface component for React Native applications",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src",
  "source": "src",
  "files": [
    "src",
    "lib",
    "scripts",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "scripts": {
    "test": "jest",
    "typescript": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "prepare": "yarn build",
    "build:types": "tsc --project tsconfig.types.json",
    "build": "yarn clean && yarn build:js && yarn build:types",
    "build:js": "rollup -c rollup.config.mjs",
    "clean": "rimraf lib",
    "release": "release-it",
    "example": "yarn --cwd example",
    "postinstall": "echo 'movius-chats ready'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/David-Atueyi/Movius-Chats.git"
  },
  "keywords": [
    "react-native",
    "chat",
    "messaging",
    "ui-component"
  ],
  "author": "",
  "license": "ISC",
  "type": "commonjs",
  "bugs": {
    "url": "https://github.com/David-Atueyi/Movius-Chats/issues"
  },
  "homepage": "https://github.com/David-Atueyi/Movius-Chats#readme",
  "peerDependencies": {
    "@react-native-clipboard/clipboard": "*",
    "react": ">=16.8.0",
    "react-native": "*",
    "react-native-audio-record": "*",
    "react-native-fs": "*",
    "react-native-gesture-handler": ">=2.0.0",
    "react-native-reanimated": "*"
  },
  "peerDependenciesMeta": {
    "@react-native-clipboard/clipboard": {
      "optional": true
    },
    "react-native-audio-record": {
      "optional": true
    },
    "react-native-fs": {
      "optional": true
    }
  },
  "dependencies": {
    "react-native-parsed-text": "^0.0.22",
    "react-native-svg": "15.2.0",
    "react-native-video": "^6.9.1",
    "twrnc": "^4.6.1"
  },
  "devDependencies": {
    "@babel/core": "^7.23.3",
    "@babel/plugin-transform-class-properties": "^7.23.3",
    "@babel/plugin-transform-private-methods": "^7.23.3",
    "@babel/plugin-transform-private-property-in-object": "^7.23.3",
    "@babel/preset-env": "^7.23.3",
    "@babel/preset-react": "^7.23.3",
    "@babel/preset-typescript": "^7.23.3",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^28.0.2",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.2",
    "@types/jest": "^29.5.11",
    "@types/react": "18.3.18",
    "@types/react-native": "^0.73.0",
    "@typescript-eslint/eslint-plugin": "^6.19.0",
    "@typescript-eslint/parser": "^6.19.0",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "jest": "^29.7.0",
    "metro-react-native-babel-preset": "^0.77.0",
    "prettier": "^3.2.0",
    "react-native-gesture-handler": "^2.31.2",
    "react-native-reanimated": "^3.0.0",
    "rimraf": "^6.0.1",
    "rollup": "^4.34.9",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "typescript": "^5.3.3"
  },
  "prettier": {
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5"
  }
}
