@bangladeshi/bangladesh-address
Version:
It's a simple npm package that exports methods representing divisions, districts and upazilas of Bangladesh.
40 lines (39 loc) • 957 B
JSON
{
"name": "@bangladeshi/bangladesh-address",
"version": "1.0.5",
"repository": {
"type": "git",
"url": "https://github.com/rajuAhmed1705/bangladesh-address"
},
"main": "./build/index.js",
"types": "./build/index.d.ts",
"files": [
"build/**/*"
],
"scripts": {
"clean": "del-cli ./build/*",
"build": "npm run clean && tsc",
"start": "ts-node src/index.ts"
},
"keywords": [
"Bangladesh",
"bd-address",
"banglades-address",
"distict",
"division",
"upazila"
],
"author": "Raju Ahmed",
"license": "MIT",
"description": "It's a simple npm package that exports methods representing divisions, districts and upazilas of Bangladesh.",
"dependencies": {
"@types/lodash": "^4.14.168",
"lodash": "^4.17.20"
},
"devDependencies": {
"del-cli": "^3.0.1",
"nodemon": "^2.0.7",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
}
}