tcra-num-check
Version:
Tanzanian number validator with reference to the national numbering plan and signaling point code plan
68 lines (67 loc) • 1.84 kB
JSON
{
"name": "tcra-num-check",
"version": "1.0.3",
"description": "Tanzanian number validator with reference to the national numbering plan and signaling point code plan",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix",
"prepublishOnly": "npm run build"
},
"keywords": [
"tanzania",
"phone",
"number",
"validator",
"tcra",
"national",
"numbering",
"plan",
"signaling-point-code",
"signaling-point-code-plan",
"signaling-point-code-plan-tanzania",
"signaling-point-code-plan-tanzania",
"phone-number",
"phone-number-validator",
"phone-number-validation",
"phone-number-validation-tanzania",
"phone-number-validation-tanzania",
"tanzania-phone-number-validator",
"tanzania-phone-number-validation",
"tanzania-phone-number-validation-tanzania",
"tanzania-number-validator",
"tanzania-number-validation",
"number-validator",
"number-validation",
"number-validation-tanzania"
],
"author": "Emmanuel T. (https://www.github.com/e-ManueI)",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.0"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/e-ManueI/tcra-num-check.git"
},
"bugs": {
"url": "https://github.com/e-ManueI/tcra-num-check/issues"
},
"homepage": "https://github.com/e-ManueI/tcra-num-check#readme"
}