simujs
Version:
A simple JavaScript utility for identifying Tanzanian mobile network operators based on phone numbers, using prefix data regulated by TCRA.
41 lines • 1.02 kB
JSON
{
"name": "simujs",
"version": "1.0.0",
"description": "A simple JavaScript utility for identifying Tanzanian mobile network operators based on phone numbers, using prefix data regulated by TCRA.",
"main": "dist/simu.js",
"types": "dist/simu.d.ts",
"scripts": {
"build": "tsc",
"test": "jest"
},
"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",
"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"
},
"dependencies": {
"google-libphonenumber": "^3.2.42"
}
}