react-countries-details
Version:
npm helps to fetch the country details
38 lines (37 loc) • 852 B
JSON
{
"name": "react-countries-details",
"version": "1.4.6",
"type": "module",
"description": "npm helps to fetch the country details",
"main": "dist/index.js",
"scripts": {
"build:dev": "rollup -c --environment NODE_ENV:development",
"build": "rollup -c --environment NODE_ENV:production"
},
"keywords": [
"react",
"countries",
"hooks",
"npm",
"package",
"country",
"country-list"
],
"author": "Vishal Thapa",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/vishalthapa07/react-countries.git"
},
"bugs": {
"url": "https://github.com/vishalthapa07/react-countries.git/issues"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"rollup": "^4.24.0",
"rollup-plugin-terser": "^7.0.2"
}
}