vn-units
Version:
A package helps get all VietNam administrative units
32 lines (31 loc) • 667 B
JSON
{
"name": "vn-units",
"version": "1.0.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"url": "https://github.com/bravo680git/vn-units.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"keywords": [
"VietNam",
"administrative",
"units",
"api"
],
"author": "bravo",
"license": "MIT",
"description": "A package helps get all VietNam administrative units",
"devDependencies": {
"@types/node": "^22.13.10",
"@types/xml2js": "^0.4.14",
"typescript": "^5.8.2"
},
"dependencies": {
"axios": "^1.8.3",
"xml2js": "^0.6.2"
}
}