{
  "name": "supporttor",
  "version": "2.6.1",
  "description": "A generic React chat widget component that supports any app with a knowledge base",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "webpack --mode production && tsc --emitDeclarationOnly",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepare": "npm run build",
    "version:patch": "npm version patch",
    "version:minor": "npm version minor",
    "version:major": "npm version major"
  },
  "keywords": [
    "react",
    "chat",
    "widget",
    "support",
    "faq"
  ],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/yourusername/supporttor/issues"
  },
  "homepage": "https://github.com/yourusername/supporttor#readme",
  "dependencies": {
    "@types/react-router-dom": "^5.3.3",
    "react-router-dom": "^7.5.2"
  },
  "devDependencies": {
    "@types/node": "^20.11.24",
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0",
    "css-loader": "^6.10.0",
    "style-loader": "^3.3.4",
    "ts-loader": "^9.5.1",
    "typescript": "^4.9.5",
    "webpack": "^5.90.3",
    "webpack-cli": "^5.1.4"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yourusername/supporttor.git"
  }
}
