{
  "version": "0.7.1",
  "name": "baht",
  "author": "Manassarn Manoonchai",
  "description": "Convert number to Thai Baht format, but faster & fully typed.",
  "license": "MIT",
  "main": "dist/index.js",
  "homepage": "https://github.com/narze/baht.js",
  "repository": "github:narze/baht.js",
  "keywords": [
    "Thai",
    "Baht",
    "THB",
    "Money",
    "Number",
    "Format",
    "Convert",
    "TypeScript",
    "JavaScript"
  ],
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test",
    "lint": "tsdx lint",
    "prepare": "tsdx build",
    "size": "size-limit",
    "analyze": "size-limit --why",
    "benchmark": "node ./benchmark"
  },
  "peerDependencies": {},
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "module": "dist/baht.esm.js",
  "size-limit": [
    {
      "path": "dist/baht.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/baht.esm.js",
      "limit": "10 KB"
    }
  ],
  "devDependencies": {
    "@size-limit/preset-small-lib": "^6.0.0",
    "@to-da-moon/thai-baht-lib": "^0.0.10",
    "baht": "^0.7.0",
    "bahttext": "^2.0.2",
    "husky": "^7.0.2",
    "size-limit": "^6.0.0",
    "thai-baht-text": "^1.0.8",
    "thai-baht-text-ts": "^1.0.5",
    "tsdx": "^0.14.1",
    "tslib": "^2.3.1",
    "typescript": "^4.4.3"
  },
  "dependencies": {}
}
