react-country-hook
Version:
A React.js Hook that provides country information for visitors
40 lines (39 loc) • 1.17 kB
JSON
{
"name": "react-country-hook",
"version": "1.1.3",
"description": "A React.js Hook that provides country information for visitors",
"main": "build/index.min.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc && npm run build:minify && npm run cleanup",
"build:minify": "terser build/index.js -o build/index.min.js -c -m && terser build/data.js -o build/data.min.js -c -m && node scripts/fix-imports.js",
"cleanup": "rimraf build/index.js build/data.js",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alihammad99/react-country-hook.git"
},
"keywords": [
"react",
"country",
"phone",
"numbers"
],
"author": "Ali Hammad",
"license": "ISC",
"bugs": {
"url": "https://github.com/alihammad99/react-country-hook/issues"
},
"homepage": "https://github.com/alihammad99/react-country-hook#readme",
"peerDependencies": {
"react": ">=16.8.0"
},
"devDependencies": {
"@types/react": "^18.0.0",
"typescript": "^4.9.0",
"terser": "^5.24.0",
"rimraf": "^5.0.5"
}
}