{
  "name": "@tmsoft/webphone",
  "version": "2.0.34",
  "description": "WebPhone - SIP softphone component for Vue 3 and Web Components",
  "private": false,
  "type": "module",
  "engines": {
    "node": "^20.19.0 || >=22.12.0"
  },
  "main": "./dist/webphone.umd.js",
  "module": "./dist/webphone.es.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/webphone.es.js",
      "require": "./dist/webphone.umd.js"
    },
    "./component": {
      "import": "./dist/webphone.component.js",
      "require": "./dist/webphone.component.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "sideEffects": [
    "*.css",
    "./dist/webphone.component.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alternaus/webphone-lib.git"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "keywords": [
    "webphone",
    "sip",
    "voip",
    "softphone",
    "vue",
    "vue3",
    "web-component",
    "jssip",
    "sip.js"
  ],
  "author": "Nebula123",
  "license": "MIT",
  "scripts": {
    "dev": "vite",
    "build": "run-p type-check \"build-only {@}\" --",
    "build:lib": "run-s type-check build:lib-only build:wc-only",
    "build:lib-only": "vite build --config vite.config.lib.ts",
    "build:wc-only": "vite build --config vite.config.wc.ts",
    "preview": "vite preview",
    "test:unit": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:e2e": "playwright test",
    "build-only": "vite build",
    "type-check": "vue-tsc --build",
    "lint:oxlint": "oxlint . --fix -D correctness --ignore-path .gitignore",
    "lint:eslint": "eslint . --fix --cache",
    "lint": "run-s lint:*",
    "format": "prettier --write --experimental-cli src/",
    "prepublishOnly": "npm run build:lib"
  },
  "dependencies": {
    "@tailwindcss/vite": "^4.1.17",
    "@types/jssip": "^3.5.3",
    "@vueuse/core": "^14.1.0",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "jssip": "^3.10.1",
    "lucide-vue-next": "^0.556.0",
    "pinia": "^3.0.4",
    "reka-ui": "^2.6.1",
    "sip.js": "^0.21.2",
    "tailwind-merge": "^3.4.0",
    "tailwindcss": "^4.1.17",
    "vee-validate": "^4.15.1",
    "vite-svg-loader": "^5.1.0",
    "vue": "^3.5.25",
    "vue-router": "^4.6.3",
    "yup": "^1.7.1"
  },
  "devDependencies": {
    "@playwright/test": "^1.57.0",
    "@prettier/plugin-oxc": "^0.0.5",
    "@tsconfig/node24": "^24.0.3",
    "@types/jsdom": "^27.0.0",
    "@types/node": "^24.10.1",
    "@vitejs/plugin-basic-ssl": "^2.1.4",
    "@vitejs/plugin-vue": "^6.0.2",
    "@vitest/coverage-v8": "4.0.15",
    "@vitest/eslint-plugin": "^1.5.0",
    "@vue/eslint-config-prettier": "^10.2.0",
    "@vue/eslint-config-typescript": "^14.6.0",
    "@vue/test-utils": "^2.4.6",
    "@vue/tsconfig": "^0.8.1",
    "esbuild": "^0.27.3",
    "eslint": "^9.39.1",
    "eslint-plugin-oxlint": "~1.29.0",
    "eslint-plugin-playwright": "^2.3.0",
    "eslint-plugin-vue": "~10.5.1",
    "fake-indexeddb": "^6.2.5",
    "jiti": "^2.6.1",
    "jsdom": "^27.2.0",
    "npm-run-all2": "^8.0.4",
    "oxlint": "~1.29.0",
    "prettier": "3.6.2",
    "shadcn-vue": "^2.4.2",
    "tw-animate-css": "^1.4.0",
    "typescript": "~5.9.0",
    "vite": "npm:rolldown-vite@latest",
    "vite-plugin-css-injected-by-js": "^3.5.2",
    "vite-plugin-dts": "^4.5.4",
    "vite-plugin-vue-devtools": "^8.0.5",
    "vitest": "^4.0.14",
    "vue-tsc": "^3.1.5"
  }
}
