UNPKG

country-state-city-js

Version:

A fast & light weight JS library to get countries geographical information including states, cities, iso codes, etc.

33 lines (32 loc) 817 B
{ "name": "country-state-city-js", "version": "2.5.0", "description": "A fast & light weight JS library to get countries geographical information including states, cities, iso codes, etc.", "main": "src/index.js", "scripts": { "test": "node src/app.js", "build": "node build.js" }, "keywords": [ "country-state-city", "geo", "country", "state", "cities", "geographic", "countries", "states" ], "author": "Rahul Arora <rahul@codecraving.com>", "homepage": "https://github.com/codecravegit/country-state-city-js.git", "repository": { "type": "git", "url": "https://github.com/codecravegit/country-state-city-js.git" }, "license": "MIT", "dependencies": {}, "devDependencies": { "@types/node": "^16.9.4", "typescript": "^4.4.3" } }