UNPKG

simujs

Version:

Tanzanian phone number detection library based on public TCRA numbering data (not affiliated with TCRA).

56 lines (55 loc) 1.29 kB
{ "name": "simujs", "version": "2.0.2", "description": "Tanzanian phone number detection library based on public TCRA numbering data (not affiliated with TCRA).", "scripts": { "build": "tsc -p tsconfig.json && tsc -p tsconfig.cjs.json", "test": "vitest" }, "keywords": [ "tanzania", "phone-number", "mobile", "operator", "network", "tcra", "simujs", "phone-utils" ], "author": "Adeodatus Ludan <ludanadeodatus@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ludanadeodatus/simujs" }, "bugs": { "url": "https://github.com/your-username/simujs/issues" }, "homepage": "https://github.com/your-username/simujs#readme", "files": [ "dist" ], "exports": { ".": { "import": { "types": "./dist/esm/index.d.ts", "default": "./dist/esm/index.js" }, "require": { "types": "./dist/cjs/index.d.ts", "default": "./dist/cjs/index.js" } } }, "devDependencies": { "@types/google-libphonenumber": "^7.4.30", "@types/jest": "^30.0.0", "jest": "^29.7.0", "ts-jest": "^29.4.0", "typescript": "^5.8.3", "vitest": "^4.0.16" }, "dependencies": { "google-libphonenumber": "^3.2.42" } }