{
  "name": "@vtex/react-chatbot",
  "version": "0.0.2",
  "description": "React for chatbots, messaging channel agnostic",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "author": "mairatma",
  "license": "MIT",
  "scripts": {
    "prepare": "husky install",
    "prettier": "pretty-quick --staged",
    "lint": "eslint --ext .ts --max-warnings 0",
    "build": "tsc --project tsconfig-build.json",
    "test": "jest",
    "prepublishOnly": "yarn build",
    "release": "yarn publish --access public"
  },
  "peerDependencies": {
    "react": "^17.0.2"
  },
  "devDependencies": {
    "@types/express": "^4.17.12",
    "@types/jest": "^27.0.0",
    "@types/lodash": "^4.14.170",
    "@types/node": "^16.0.0",
    "@types/react": "^17.0.11",
    "@types/react-reconciler": "^0.18.0",
    "@types/sinon": "^10.0.2",
    "@types/supertest": "^2.0.11",
    "@typescript-eslint/eslint-plugin": "^4.26.1",
    "@typescript-eslint/parser": "^4.26.1",
    "eslint": "^7.28.0",
    "husky": "^7.0.0",
    "jest": "^27.0.4",
    "prettier": "^2.3.1",
    "pretty-quick": "^3.1.0",
    "react": "^17.0.2",
    "sinon": "^12.0.1",
    "supertest": "^6.1.3",
    "ts-jest": "^27.0.3",
    "typescript": "^4.3.2"
  },
  "dependencies": {
    "cross-fetch": "^3.1.4",
    "express": "^4.17.1",
    "lodash": "^4.17.21",
    "react-reconciler": "^0.25.0"
  }
}
