india-state-district
Version:
A lightweight TypeScript library for handling Indian states and districts data with type safety, geolocation support, and easy integration
74 lines (73 loc) • 1.8 kB
JSON
{
"name": "india-state-district",
"version": "1.0.5",
"description": "A lightweight TypeScript library for handling Indian states and districts data with type safety, geolocation support, and easy integration",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"test:coverage": "jest --coverage",
"lint": "eslint src --ext .ts",
"prepare": "npm run build",
"clean": "rm -rf dist",
"prebuild": "npm run clean"
},
"keywords": [
"india",
"states",
"districts",
"typescript",
"select",
"location",
"geography",
"form",
"validation",
"indian-states",
"indian-districts",
"state-selector",
"district-selector",
"india-geography",
"india-locations",
"state-district",
"india-state-district",
"india-state-district-plugin",
"india-state-district-package",
"geolocation",
"reverse-geocoding",
"location-detection",
"navigator-geolocation",
"auto-detect-state"
],
"author": "Suraj Aswal",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.0",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.37.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/surajaswal29/india-state-district.git"
},
"bugs": {
"url": "https://github.com/surajaswal29/india-state-district/issues"
},
"homepage": "https://github.com/surajaswal29/india-state-district#readme",
"publishConfig": {
"access": "public"
}
}