vue-identify-network
Version:
Identify the network your users are using!
71 lines (70 loc) • 1.81 kB
JSON
{
"name": "vue-identify-network",
"description": "Identify the network your users are using!",
"version": "4.0.0",
"exports": {
".": {
"import": "./dist/vue-identify-network.js",
"types": "./dist/index.d.ts"
}
},
"types": "./dist/index.d.ts",
"type": "module",
"files": [
"dist"
],
"scripts": {
"lint": "oxlint --config .oxlintrc.jsonc",
"lint:fix": "oxlint --fix --config .oxlintrc.jsonc",
"format": "oxfmt --config .oxfmtrc.jsonc .",
"format:check": "oxfmt --check --config .oxfmtrc.jsonc .",
"build": "vite build && vue-tsc --declaration --emitDeclarationOnly",
"test": "echo 'test!'",
"prepare": "is-ci || husky"
},
"peerDependencies": {
"vue": "^3.4.31"
},
"dependencies": {
"vue": "^3.5.27"
},
"devDependencies": {
"@commitlint/cli": "latest",
"@commitlint/config-conventional": "latest",
"@types/node": "^25.2.1",
"@vitejs/plugin-vue": "^6.0.4",
"husky": "latest",
"is-ci": "latest",
"lint-staged": "latest",
"oxlint": "latest",
"sass": "^1.97.3",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vue-tsc": "^3.2.4"
},
"keywords": [
"vuejs",
"detect",
"internet-connectivity",
"network-identification",
"identify-2g",
"identify-3g",
"identify-4g"
],
"author": {
"name": "Vinayak Kulkarni",
"email": "inbox.vinayak@gmail.com",
"url": "https://vinayakkulkarni.dev"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/vinayakkulkarni/vue-identify-network.git"
},
"private": false,
"sideEffects": false,
"bugs": {
"url": "https://github.com/vinayakkulkarni/vue-identify-network/issues"
},
"homepage": "https://github.com/vinayakkulkarni/vue-identify-network#readme"
}