react-phone-input-pro
Version:
Phone number input component for react to format phone numbers according to selected countries in real time.
66 lines (65 loc) • 1.86 kB
JSON
{
"name": "react-phone-input-pro",
"version": "1.0.11",
"description": "Phone number input component for react to format phone numbers according to selected countries in real time.",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"test": "jest --config jestconfig.json",
"clean": "rm -rf dist",
"build": "npm run clean && tsc && cp package.json README.md ./dist",
"lint": "eslint --no-ignore src/*.{ts,tsx}"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/faraazHasan/react-phone-input-pro.git"
},
"keywords": [
"react",
"phone",
"input",
"international",
"format",
"number",
"tel",
"telephone",
"react-component",
"phone-input",
"react-phone",
"react-phone-input-pro",
"phone-number-input",
"react-international-phone"
],
"author": "faraz khan",
"license": "MIT",
"devDependencies": {
"@babel/plugin-transform-react-jsx": "^7.21.5",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.0",
"@types/react": "^18.0.33",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.5.0",
"jest-canvas-mock": "^2.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "^2.8.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-jest": "^29.1.0",
"tslib": "^2.5.0",
"typescript": "^5.0.4"
},
"bugs": {
"url": "https://github.com/faraazHasan/react-phone-input-pro/issues"
},
"homepage": "https://github.com/faraazHasan/react-phone-input-pro#readme"
}