dz-wilayas
Version:
A lightweight utility package for accessing and filtering Algerian province (wilaya) data.
32 lines • 689 B
JSON
{
"name": "dz-wilayas",
"version": "1.0.0",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js"
}
},
"type": "commonjs",
"devDependencies": {
"esbuild": "^0.25.5"
},
"license": "MIT",
"author": "Ayyoub",
"repository": {
"type": "git",
"url": "https://github.com/ay-ub/dz-wilayas.git"
},
"keywords": [
"dz",
"algeria",
"wilaya",
"algerian",
"data"
],
"scripts": {
"build": "esbuild src/index.js --bundle --outfile=dist/index.js --format=esm && esbuild src/index.js --bundle --outfile=dist/index.cjs --format=cjs"
}
}