operator-checker
Version:
Iranian mobile operator detection package for Vue 3 and TypeScript
83 lines (82 loc) • 2.05 kB
JSON
{
"name": "operator-checker",
"version": "1.0.4",
"description": "Iranian mobile operator detection package for Vue 3 and TypeScript",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.es.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.es.js",
"require": "./dist/index.cjs"
}
},
"files": [
"dist",
"README.md"
],
"keywords": [
"iran",
"mobile",
"operator",
"detection",
"phone",
"number",
"vue",
"typescript",
"composition-api",
"irancell",
"hamrah-e-aval",
"rightel"
],
"author": "Your Name",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yourusername/operator-checker.git"
},
"bugs": {
"url": "https://github.com/yourusername/operator-checker/issues"
},
"homepage": "https://github.com/yourusername/operator-checker#readme",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"build-only": "vite build && tsc --project tsconfig.build.json",
"preview": "vite preview",
"type-check": "vue-tsc --build",
"lint": "eslint . --fix",
"format": "prettier --write src/",
"test": "jest",
"test:watch": "jest --watch",
"prepublishOnly": "npm run build"
},
"dependencies": {
"vue": "^3.0.0"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.2",
"@types/jest": "^30.0.0",
"@types/node": "^22.15.32",
"@vitejs/plugin-vue": "^6.0.0",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.5.1",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.29.0",
"eslint-plugin-vue": "~10.2.0",
"jest": "^30.0.3",
"jiti": "^2.4.2",
"npm-run-all2": "^8.0.4",
"prettier": "3.5.3",
"ts-jest": "^29.4.0",
"typescript": "~5.8.0",
"vite": "^7.0.0",
"vite-plugin-vue-devtools": "^7.7.7",
"vue-tsc": "^2.2.10"
},
"peerDependencies": {
"vue": "^3.0.0"
}
}