idn-area-data
Version:
Indonesia administrative area data, based on the latest regulation
54 lines • 1.42 kB
JSON
{
"name": "idn-area-data",
"version": "3.1.2",
"description": "Indonesia administrative area data, based on the latest regulation",
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"data",
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fityannugroho/idn-area-data.git"
},
"keywords": [
"idn-area",
"indonesia",
"wilayah",
"area",
"data"
],
"author": "fityannugroho <fityannugroho@gmail.com> (https://github.com/fityannugroho)",
"license": "MIT",
"bugs": {
"url": "https://github.com/fityannugroho/idn-area-data/issues"
},
"homepage": "https://github.com/fityannugroho/idn-area-data#readme",
"funding": "https://github.com/sponsors/fityannugroho",
"engines": {
"node": ">=18"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "^22.13.10",
"@types/papaparse": "^5.3.15",
"@vitest/coverage-v8": "^3.0.9",
"tsup": "^8.4.0",
"typescript": "^5.8.2",
"vitest": "^3.0.9"
},
"dependencies": {
"papaparse": "^5.5.2"
},
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
"test:cov": "vitest run --coverage",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"build": "tsup src/index.ts --format esm -d lib --clean --dts src/index.ts --sourcemap",
"prepublish": "pnpm run build"
}
}