{
  "name": "vue-identify-network",
  "version": "5.0.0",
  "private": false,
  "description": "Vue 3 component and composable for detecting network speed, connection type (4G, wifi, 2g, 3g), data saver, and Network Information API.",
  "keywords": [
    "detect",
    "identify-2g",
    "identify-3g",
    "identify-4g",
    "internet-connectivity",
    "network-identification",
    "vuejs"
  ],
  "homepage": "https://github.com/vinayakkulkarni/vue-identify-network#readme",
  "bugs": {
    "url": "https://github.com/vinayakkulkarni/vue-identify-network/issues"
  },
  "license": "MIT",
  "author": {
    "name": "Vinayak Kulkarni",
    "email": "inbox.vinayak@gmail.com",
    "url": "https://vinayakkulkarni.dev"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vinayakkulkarni/vue-identify-network.git"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "sideEffects": false,
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "lint": "vp lint src",
    "lint:fix": "vp lint --fix src",
    "format": "vp fmt",
    "format:check": "vp fmt --check",
    "build": "vp pack",
    "test": "echo 'test!'",
    "prepare": "is-ci || husky"
  },
  "dependencies": {
    "vue": "^3.5.34"
  },
  "devDependencies": {
    "@commitlint/cli": "^21.0.1",
    "@commitlint/config-conventional": "^21.0.1",
    "@types/node": "^25.9.0",
    "husky": "^9.1.7",
    "is-ci": "^4.1.0",
    "lint-staged": "^17.0.5",
    "sass": "^1.99.0",
    "typescript": "^6.0.3",
    "unplugin-vue": "^7.2.0",
    "vite-plus": "^0.1.21",
    "vue-tsc": "^3.3.0"
  },
  "peerDependencies": {
    "vue": "^3.4.31"
  },
  "devEngines": {
    "packageManager": {
      "name": "pnpm",
      "version": "11.1.3",
      "onFail": "warn"
    },
    "runtime": {
      "name": "node",
      "version": ">=24"
    }
  },
  "packageManager": "pnpm@11.1.3+sha512.c85357fe17ca12dd23dd7071822666dfd7e3cb76fe214e3370b5ea2fb34f2a231185509b63e717f3cd0acb38dd3f8d82bcd5e8172400ae678b70ea4fbed0896d"
}
