{
  "name": "next-tawkto",
  "version": "0.0.1",
  "description": "Next.js plugin for TawkTo",
  "main": "src/index.js",
  "scripts": {
    "start": "node src/index.js",
    "test": "echo \"Error: no test specified\""
  },
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zaarheed/next-tawkto.git"
  },
  "keywords": [
    "tawk",
    "tawkto",
    "tawk.to",
    "react",
    "chat",
    "next.js"
  ],
  "author": "Zahid Mahmood",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/zaarheed/next-tawkto/issues"
  },
  "homepage": "https://github.com/zaarheed/next-tawkto#readme",
  "peerDependencies": {
    "react": "17.x || 18.x"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-loader": "^8.1.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "babel-preset-env": "^1.7.0",
    "react": "^17.0.2",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.11"
  }
}