UNPKG

philippine-administrative-divisions

Version:

Regions, Provinces, Municipalities and cities, and barangays of the Philippines

39 lines 936 B
{ "name": "philippine-administrative-divisions", "version": "2.0.3", "description": "Regions, Provinces, Municipalities and cities, and barangays of the Philippines", "main": "dist/index.js", "scripts": { "test": "jest --verbose", "copy-json": "copyfiles -u 1 src/**/*.json dist", "build": "tsc && npm run copy-json" }, "repository": { "type": "git", "url": "github.com/barudo/philippine-administrative-divisions" }, "keywords": [ "Philippines", "regions", "provinces", "municipalities", "and", "cities", "barangays" ], "files": [ "dist" ], "types": "dist/index.d.ts", "author": "Justin Villocido <barudo@gmail.com>", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.9.3", "copyfiles": "^2.4.1", "jest": "^29.7.0", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "typescript": "^5.7.2" } }