geothai
Version:
An npm package for Node.js to access detailed geographic data on Thailand, including provinces, districts, subdistricts, and postal code. 🌟
61 lines (60 loc) • 1.93 kB
JSON
{
"name": "geothai",
"version": "2.0.1",
"description": "An npm package for Node.js to access detailed geographic data on Thailand, including provinces, districts, subdistricts, and postal code. 🌟",
"repository": {
"type": "git",
"url": "https://github.com/GeoThai/npm-packages.git"
},
"homepage": "https://github.com/GeoThai/npm-packages#readme",
"bugs": {
"url": "https://github.com/GeoThai/npm-packages/issues"
},
"author": "GeoThai Team",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"keywords": [
"thailand",
"provinces",
"districts",
"subdistricts",
"geothai"
],
"scripts": {
"build": "tsup",
"format": "prettier --write --list-different . --cache",
"knip": "knip",
"knip:fix": "knip --fix",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"prepare": "husky",
"publish:local": "yalc publish",
"publish:npm": "changeset publish",
"test": "vitest run",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@changesets/cli": "^2.29.3",
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@eslint/js": "^9.26.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
"@total-typescript/tsconfig": "^1.0.4",
"@types/node": "^22.15.14",
"eslint": "^9.26.0",
"eslint-plugin-prettier": "^5.4.0",
"globals": "^15.15.0",
"husky": "^9.1.7",
"knip": "^5.55.0",
"lint-staged": "^15.5.2",
"prettier": "^3.5.3",
"prettier-plugin-pkg": "^0.18.1",
"tsup": "^8.4.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.0",
"vitest": "^2.1.9",
"yalc": "1.0.0-pre.53"
}
}