js-locations
Version:
A simple Node.js library for accessing country, state, and city data.
22 lines (21 loc) • 419 B
JSON
{
"name": "js-locations",
"version": "2.2.0",
"main": "index.js",
"scripts": {
"test": "jest"
},
"keywords": [
"country-state-city",
"locations",
"phone codes",
"typescript",
"npm"
],
"author": "Cornerstone Hyacinth",
"license": "ISC",
"description": "A simple Node.js library for accessing country, state, and city data.",
"devDependencies": {
"jest": "^29.7.0"
}
}