{
  "name": "@dooboo-ui/gifted-chat",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "version": "0.0.1",
  "license": "MIT",
  "postinstall": "tsc",
  "scripts": {
    "build": "rm -rf ./lib && tsc",
    "watch": "tsc -w"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dooboolab/dooboo-ui.git",
    "directory": "src/components/shared/GiftedChat"
  },
  "bugs": {
    "url": "https://github.com/dooboolab/dooboo-ui/issues"
  },
  "homepage": "https://github.com/dooboolab/dooboo-ui#readme",
  "dependencies": {
    "dooboolab-welcome": "^1.1.1"
  },
  "devDependencies": {
    "styled-components": "^4.4.0",
    "typescript": "^3.7.5"
  },
  "peerDependencies": {
    "react": ">=16.8",
    "react-native": ">=0.59",
    "styled-components": ">=4.4.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "gifted-chat",
    "react-hook",
    "react-native",
    "dooboo-ui/native",
    "dooboolab"
  ]
}
