{
  "name": "@glance-networks/agent-plugin",
  "version": "1.5.43",
  "type": "module",
  "description": "Glance Networks Agent Plugin",
  "module": "./index.js",
  "exports": {
    ".": {
      "import": "./index.js"
    },
    "./agent-plugin": {
      "import": "./index.js"
    },
    "./package.json": "./package.json"
  },
  "types": "./index.d.ts",
  "files": [
    "*"
  ],
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
    "lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
    "format": "prettier --check \"src/**/*.{js,jsx,ts,tsx,json,css,md}\" \"scripts/**/*.js\" \"*.{json,md}\"",
    "test:all": "npm run test && npm run test:e2e",
    "e2e:prepare": "npm run build:ci && node scripts/prepare-package.js production && cd tests/agent-plugin-tests && npm ci && npm install ../../dist --no-save && npm run build",
    "e2e:serve": "node scripts/e2e-static-serve.mjs",
    "test:e2e": "npm run e2e:prepare && playwright test --config tests/playwright.config.ts",
    "test:e2e:ui": "npm run e2e:prepare && playwright test --config tests/playwright.config.ts --ui",
    "test:e2e:install-browsers": "playwright install chromium",
    "vite:build": "npx vite build",
    "vite:copy-dist": "cp ./changelog.md ./README.md ./dist/",
    "vite:make-front": "mkdir -p ../agent-adapter-frontend/agent-plugin-test",
    "vite:clean-front": "rimraf ../agent-adapter-frontend/agent-plugin-test/* --glob",
    "vite:copy-front": "cp -r ./dist/* ../agent-adapter-frontend/agent-plugin-test & cp ./dist/style.css ../agent-adapter-frontend/src",
    "build:vite": "npm-run-all vite:build vite:copy-dist vite:clean-front vite:copy-front",
    "build:ci": "npm-run-all vite:build vite:copy-dist",
    "prepare-package:staging": "node scripts/prepare-package.js staging",
    "prepare-package:production": "node scripts/prepare-package.js production",
    "watch:staging": "DEBUG=true NODE_ENV=staging npm run vite:build -- --watch",
    "watch:production": "DEBUG=true NODE_ENV=production npm run vite:build -- --watch"
  },
  "keywords": [
    "Glance",
    "Presence",
    "Cobrowse",
    "Video"
  ],
  "author": "Glance Networks, Inc.",
  "license": "SEE LICENSE IN LICENSE.TXT",
  "dependencies": {
    "@glance-networks/browser-agent-sdk": "^7.6.0-beta.6",
    "@glance-networks/ui-core-components": "^1.6.5",
    "@sveltejs/vite-plugin-svelte": "^3.1.2",
    "glance-design-core-components": "^1.6.4",
    "react-icons": "^5.3.0",
    "react-phone-number-input": "^3.4.12",
    "react-spinners": "^0.13.8",
    "svelte": "^4.2.19",
    "vite": "^5.4.11",
    "web-vitals": "^3.3.1",
    "xml2js": "^0.5.0"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "overrides": {
    "axios": "^1.15.0"
  },
  "prettier": {
    "singleQuote": true
  }
}