@bangladeshi/bangladesh-address
Version:
A simple npm package for Bangladesh's administrative divisions, districts, upazilas, and metropolitan thanas.
52 lines (51 loc) • 1.42 kB
JSON
{
"name": "@bangladeshi/bangladesh-address",
"version": "2.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/rajuAhmed1705/bangladesh-address.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"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",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "eslint src --ext .ts",
"lint:fix": "eslint src --ext .ts --fix",
"generate:db": "ts-node scripts/generate-db-dumps.ts"
},
"keywords": [
"Bangladesh",
"bd-address",
"bangladesh-address",
"district",
"division",
"upazila",
"thana"
],
"author": "Raju Ahmed",
"license": "MIT",
"description": "A simple npm package for Bangladesh's administrative divisions, districts, upazilas, and metropolitan thanas.",
"devDependencies": {
"@types/jest": "^29.5.14",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"del-cli": "^5.1.0",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"nodemon": "^3.1.7",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
}
}