UNPKG

nepal-administrative-data

Version:

Complete Nepal administrative boundaries and government data API - provinces, districts, municipalities (Gaunpalika/Nagarpalika) with bilingual search and TypeScript definitions. Perfect for mapping, location-based services in Nepal.

90 lines (89 loc) 2.19 kB
{ "name": "nepal-administrative-data", "version": "1.0.10", "description": "Complete Nepal administrative boundaries and government data API - provinces, districts, municipalities (Gaunpalika/Nagarpalika) with bilingual search and TypeScript definitions. Perfect for mapping, location-based services in Nepal.", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist/index.cjs.js", "dist/index.esm.js", "dist/index.d.ts", "dist/data.d.ts", "dist/types.d.ts", "dist/utils.d.ts", "README.md", "LICENSE" ], "exports": { ".": { "import": "./dist/index.esm.js", "require": "./dist/index.cjs.js", "types": "./dist/index.d.ts" } }, "scripts": { "build": "rollup -c", "test": "jest", "prepublishOnly": "npm run build && npm test" }, "keywords": [ "nepal", "local", "data", "administrative data", "local data", "administrative", "boundaries", "government", "geospatial", "gis", "province", "district", "municipalities", "gaunpalika", "nagarpalika", "bilingual", "nepali", "typescript", "data", "api", "local-government", "mapping", "location", "demographics", "census", "search", "utility", "geographic", "south-asia" ], "author": "Dikshya Ghale", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/dikshyaghale/nepal-administrative-data.git" }, "homepage": "https://github.com/dikshyaghale/nepal-administrative-data.git", "bugs": { "url": "https://github.com/dikshyaghale/nepal-administrative-data.git" }, "engines": { "node": ">=18.0.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.6", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.4", "@types/jest": "^30.0.0", "@types/node": "^24.0.13", "jest": "^30.0.4", "rollup": "^2.79.2", "rollup-plugin-terser": "^7.0.2", "ts-jest": "^29.4.0", "tslib": "^2.8.1", "typescript": "^5.8.3" }, "peerDependencies": {}, "dependencies": {} }