countries-state-list
Version:
countries-state-list ============================== Basic library for Country, State
36 lines (35 loc) • 725 B
JSON
{
"name": "countries-state-list",
"version": "1.1.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"lib": "lib"
},
"dependencies": {},
"devDependencies": {
"typescript": "^4.5.4"
},
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ronshenk1/country-state-city.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ronshenk1/country-state-city/issues"
},
"homepage": "https://github.com/ronshenk1/country-state-city#readme",
"keywords": [
"Country",
"State",
"GeoLocation",
"Search",
"Filter"
]
}