@jeardev/ph-address
Version:
Latest Philippine Address as of 2023
37 lines (36 loc) • 758 B
JSON
{
"name": "@jeardev/ph-address",
"version": "1.0.3",
"description": "Latest Philippine Address as of 2023",
"homepage": "https://github.com/jearbecerro/ph-address",
"repository": {
"type": "git",
"url": "git+https://github.com/jearbecerro/ph-address.git"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"keywords": [
"github",
"select",
"philippines",
"address",
"regions",
"picker",
"latest",
"jeardev"
],
"author": "Rolando C. Becerro Jr. <rolandobecerrojr.job@gmail.com>",
"license": "MIT",
"dependencies": {
"axios": "^1.11.0"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"typescript": "^5.8.3"
}
}