{
  "name": "@reins-pro/chat",
  "version": "1.15.2",
  "private": false,
  "description": "",
  "author": "Maciej Pyrc <maciekpyrc@gmail.com>",
  "homepage": "",
  "license": "SEE LICENSE IN LICENCE.md",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "source": "src/index.ts",
  "scripts": {
    "prepublishOnly": "yarn build",
    "clean": "npx rimraf dist",
    "test": "jest --watchAll --maxWorkers=3",
    "test:pipeline": "jest --watchAll=false --maxWorkers=1 --no-cache --detectOpenHandles --forceExit",
    "start": "tsc && (concurrently \"tsc -w\" \"tsc-alias -w\")",
    "build": "yarn clean && tsc -p tsconfig.build.json && tsc-alias",
    "lint": "eslint . --ext .js,.jsx,.tsx,.ts --fix",
    "format": "prettier --write .",
    "typecheck": "tsc --noEmit --emitDeclarationOnly false",
    "tests": "yarn lint-staged",
    "release": "yarn semantic-release --extends ./release.config.cjs -t 'chat-v${version}'"
  },
  "peerDependencies": {
    "react": ">= 16.8.0",
    "react-dom": ">= 16.8.0"
  },
  "dependencies": {},
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": [
      "yarn jest"
    ]
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.com/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BetterTyped/reins-pro.git",
    "directory": "packages/chat"
  },
  "bugs": {
    "url": "https://github.com/BetterTyped/reins-pro/issues"
  },
  "keywords": [
    "admin"
  ]
}
