esakki-countries
Version:
This is the package to fetch the country details
29 lines (28 loc) • 625 B
JSON
{
"name": "esakki-countries",
"version": "0.0.1",
"type": "module",
"description": "This is the package to fetch the country details",
"main": "dist/index.js",
"scripts": {
"start": "node start",
"build:dev": "rollup -c --environment NODE_ENV:development",
"build": "rollup -c --environment NODE_ENV:production"
},
"keywords": [
"react",
"npm",
"countires",
"hooks"
],
"author": "esakki",
"license": "MIT",
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.22.4"
}
}