{
  "name": "thai-data",
  "version": "3.0.2",
  "description": "รวมข้อมูล ตำบล อำเภอ และ จังหวัด ในประเทศไทย (77 จังหวัด) อ้างอิงตาม รหัสไปรษณีย์ไทย",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "data.json"
  ],
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "prepublishOnly": "npm run build",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "lint": "eslint . --ext .js,.ts --no-error-on-unmatched-pattern --ignore-pattern '**/*.d.ts' --ignore-pattern 'dist/'",
    "lint:fix": "eslint . --ext .js,.ts --no-error-on-unmatched-pattern --ignore-pattern '**/*.d.ts' --ignore-pattern 'dist/' --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/niawjunior/thai-data.git"
  },
  "keywords": [
    "thailand-address",
    "thailand",
    "thailand-post",
    "thai-address",
    "thai-postal-code"
  ],
  "author": "niawjunior",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/niawjunior/thai-data/issues"
  },
  "homepage": "https://github.com/niawjunior/thai-data#readme",
  "devDependencies": {
    "@eslint/js": "^9.8.0",
    "@testing-library/jest-dom": "^6.6.3",
    "@types/jest": "^30.0.0",
    "@types/node": "^20.0.0",
    "@typescript-eslint/eslint-plugin": "^8.35.0",
    "@typescript-eslint/parser": "^8.35.0",
    "eslint": "^9.8.0",
    "eslint-config-prettier": "^10.1.5",
    "eslint-plugin-jest": "^29.0.1",
    "globals": "^15.0.0",
    "jest": "^30.0.2",
    "ts-jest": "^29.4.0",
    "typescript": "^5.0.0"
  },
  "engines": {
    "node": ">=14.0.0"
  }
}
