@natpkg/vn-local
Version:
VN province, city, county, address
38 lines (37 loc) • 685 B
JSON
{
"name": "@natpkg/vn-local",
"version": "1.0.0",
"description": "VN province, city, county, address",
"main": "src/index.js",
"scripts": {
"generate": "node src/generate"
},
"repository": {
"type": "git",
"url": "git@github.com:natpkg/vn-local.git"
},
"keywords": [
"VN",
"VietNam",
"Hồ Chí Minh",
"Sài Gòn",
"Thành Phố",
"Tỉnh",
"Quận",
"Huyện",
"Xã",
"Phường",
"provice",
"city",
"district"
],
"author": "natpkg",
"license": "MIT",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.2.0"
},
"dependencies": {
"xlsx": "^0.15.1"
}
}