{
  "name": "@midscene/android-playground",
  "version": "1.13.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/web-infra-dev/midscene.git",
    "directory": "packages/android-playground"
  },
  "description": "Android playground for Midscene",
  "main": "./dist/lib/index.js",
  "types": "./dist/types/index.d.ts",
  "module": "./dist/es/index.mjs",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/es/index.mjs",
      "require": "./dist/lib/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "static",
    "bin",
    "README.md"
  ],
  "bin": {
    "midscene-android-playground": "./bin/android-playground",
    "@midscene/android-playground": "./bin/android-playground"
  },
  "dependencies": {
    "@inquirer/prompts": "^7.8.6",
    "@yume-chan/adb": "2.6.3",
    "@yume-chan/adb-scrcpy": "2.3.2",
    "@yume-chan/adb-server-node-tcp": "2.5.2",
    "@yume-chan/scrcpy": "2.3.0",
    "@yume-chan/stream-extra": "2.6.1",
    "cors": "^2.8.5",
    "express": "^4.21.2",
    "open": "10.1.0",
    "socket.io": "^4.8.1",
    "@midscene/android": "1.13.0",
    "@midscene/playground": "1.13.0",
    "@midscene/core": "1.13.0",
    "@midscene/shared": "1.13.0"
  },
  "devDependencies": {
    "@rslib/core": "^0.18.3",
    "@rstest/core": "0.11.5",
    "@types/cors": "^2.8.17",
    "@types/express": "^4.17.21",
    "@types/node": "^18.0.0",
    "socket.io-client": "4.8.1",
    "typescript": "^5.8.3"
  },
  "license": "MIT",
  "scripts": {
    "dev": "npm run build:watch",
    "dev:server": "npm run build && ./bin/android-playground",
    "test": "rstest",
    "prebuild": "node ../android/scripts/download-scrcpy-server.mjs --target=bin/scrcpy-server",
    "build": "rslib build",
    "build:watch": "rslib build --watch --no-clean"
  }
}