{
    "name": "thai-address-universal",
    "version": "2.1.3",
    "description": "Thai Address Universal is a TypeScript-based library derived from thai-address-database, offering improved performance and accurate type-checking for handling Thai address data.",
    "license": "ISC",
    "author": {
        "name": "THANAPHOOM",
        "url": "https://github.com/ophoomo",
        "email": "me@thanaphoom.dev"
    },
    "keywords": [
        "thai",
        "address",
        "thai-address"
    ],
    "type": "module",
    "main": "./dist/cjs/index.js",
    "module": "./dist/esm/index.js",
    "types": "./dist/esm/types/index.d.ts",
    "exports": {
        "./package.json": "./package.json",
        ".": {
            "require": "./dist/cjs/index.js",
            "import": "./dist/esm/index.js",
            "types": "./dist/esm/types/index.d.ts"
        }
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/ophoomo/thai-address-universal.git"
    },
    "bugs": "https://github.com/ophoomo/thai-address-universal/issues",
    "homepage": "https://github.com/ophoomo/thai-address-universal",
    "scripts": {
        "format": "npx prettier --write .",
        "eslint": "npx eslint .",
        "coverage": "npx jest --coverage",
        "build": "npm run format && eslint && rollup -c",
        "docs": "npx typedoc src/index.ts",
        "test": "jest"
    },
    "devDependencies": {
        "@eslint/js": "^9.18.0",
        "@rollup/plugin-babel": "^6.0.4",
        "@rollup/plugin-commonjs": "^28.0.2",
        "@rollup/plugin-json": "^6.1.0",
        "@rollup/plugin-node-resolve": "^16.0.0",
        "@rollup/plugin-terser": "^0.4.4",
        "@rollup/plugin-typescript": "^12.1.2",
        "@types/jest": "^30.0.0",
        "eslint": "^9.18.0",
        "globals": "^16.4.0",
        "jest": "^30.2.0",
        "jest-environment-jsdom": "^30.2.0",
        "prettier": "^3.4.2",
        "rollup": "^4.30.1",
        "ts-jest": "^29.2.5",
        "tslib": "^2.8.1",
        "typedoc": "^0.28.13",
        "typescript": "^5.7.3",
        "typescript-eslint": "^8.20.0"
    }
}
