UNPKG

dz-wilayas

Version:

A lightweight utility package for accessing and filtering Algerian province (wilaya) data.

36 lines (35 loc) 846 B
{ "name": "dz-wilayas", "version": "1.0.2", "main": "./dist/index.cjs", "module": "./dist/index.js", "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.js" } }, "type": "module", "types": "./dist/types/index.d.ts", "scripts": { "build": "esbuild src/index.ts --bundle --outfile=dist/index.js --format=esm --platform=node && esbuild src/index.ts --bundle --outfile=dist/index.cjs --format=cjs --platform=node && tsc --emitDeclarationOnly" }, "devDependencies": { "@types/node": "^24.0.10", "esbuild": "^0.25.5", "typescript": "^5.8.3" }, "license": "MIT", "author": "Ayyoub", "repository": { "type": "git", "url": "https://github.com/ay-ub/dz-wilayas.git" }, "keywords": [ "dz", "algeria", "wilaya", "algerian", "data" ] }