UNPKG

@exuus/rwanda-phone-utils

Version:

A package to validate and format rwandan phone numbers

55 lines (54 loc) 1.53 kB
{ "name": "@exuus/rwanda-phone-utils", "version": "1.0.9", "description": "A package to validate and format rwandan phone numbers", "main": "./lib/src/index.js", "types": "lib/src", "scripts": { "test": "cross-env NODE_ENV=test jest --coverage --forceExit --detectOpenHandles --runInBand", "start": "node lib/src/index.js", "build": "tsc --build", "release": "npm run build && np" }, "author": "Elie Mugenzi", "license": "MIT", "devDependencies": { "@babel/cli": "^7.14.5", "@babel/core": "^7.14.6", "@babel/node": "^7.14.7", "@babel/preset-env": "^7.14.7", "@babel/preset-typescript": "^7.14.5", "@types/jest": "^26.0.23", "@types/node": "^15.12.4", "babel-jest": "^27.0.5", "babel-plugin-module-resolver": "^4.1.0", "babel-watch": "^7.4.1", "cross-env": "^7.0.3", "eslint": "^7.29.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-babel-module": "^5.3.1", "eslint-import-resolver-jest": "^3.0.0", "eslint-plugin-import": "^2.23.4", "jest": "^27.0.5", "regenerator-runtime": "^0.13.7", "typescript": "^4.3.4" }, "repository": { "type": "git", "url": "git+https://github.com/exuus/rwanda-phone-utils.git" }, "bugs": { "url": "https://github.com/exuus/rwanda-phone-utils/issues" }, "homepage": "https://github.com/exuus/rwanda-phone-utils#readme", "directories": { "lib": "lib", "test": "tests" }, "keywords": [ "phone", "mtn", "airtel", "format" ] }