{
  "name": "@appklaar/codebud",
  "version": "3.5.5",
  "private": false,
  "description": "CodeBud - AppKlaar's package for remote app testing & debugging",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node index.js",
    "build": "tsc --build",
    "clean": "tsc --build --clean"
  },
  "author": "Aleksandr Nikolotov",
  "keywords": [
    "codebud",
    "debugging",
    "testing",
    "react",
    "react-native",
    "redux",
    "network",
    "interceptors",
    "http",
    "monitor",
    "zustand",
    "tanstack-query"
  ],
  "dependencies": {
    "@mswjs/interceptors": "^0.22.7",
    "apisauce": "^2.1.6",
    "moment": "^2.29.4",
    "socket.io-client": "^4.5.4",
    "stacktracey": "^2.1.8"
  },
  "devDependencies": {
    "@babel/cli": "^7.17.10",
    "@babel/core": "^7.18.2",
    "@babel/preset-env": "^7.18.2",
    "@babel/preset-typescript": "^7.21.0",
    "@babel/runtime": "^7.18.3",
    "@types/node": "^18.15.3",
    "@types/react": "^18.0.28",
    "@typescript-eslint/eslint-plugin": "^5.55.0",
    "@typescript-eslint/parser": "^5.55.0",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.5"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "tweetnacl": "^1.0.3",
    "tweetnacl-util": "^0.15.1"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    },
    "react-native": {
      "optional": true
    },
    "tweetnacl": {
      "optional": true
    },
    "tweetnacl-util": {
      "optional": true
    }
  },
  "resolutions": {
    "**/@typescript-eslint/eslint-plugin": "5.27.1",
    "**/@typescript-eslint/parser": "5.27.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Appklaar/CodeBud.git"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Appklaar/CodeBud/issues"
  },
  "homepage": "https://github.com/Appklaar/CodeBud#readme"
}
