{
  "name": "spell-vn-number",
  "version": "1.0.8",
  "description": "Vietnamese number speller",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "browser": "dist/browser/spell-vn-number.min.js",
  "unpkg": "dist/browser/spell-vn-number.min.js",
  "jsdelivr": "dist/browser/spell-vn-number.min.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "npm run clean && npm run build:all",
    "build:all": "npm run build:cjs && npm run build:esm && npm run build:types && npm run build:browser",
    "build:cjs": "tsc -p tsconfig.cjs.json",
    "build:esm": "tsc -p tsconfig.esm.json",
    "build:types": "tsc -p tsconfig.types.json",
    "build:browser": "webpack --mode production",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "clean": "rimraf dist coverage"
  },
  "homepage": "https://npm-spell-vn-number.vincentchu.work/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vincentchu161/spell-vn-number.git"
  },
  "bugs": {
    "url": "https://github.com/vincentchu161/spell-vn-number/issues"
  },
  "keywords": [
    "vietnamese",
    "number",
    "speller",
    "reader",
    "converter",
    "vietnam",
    "vietnamese-language",
    "text-to-speech",
    "number-to-text",
    "localization",
    "i18n",
    "internationalization",
    "numeral",
    "spell-out",
    "typescript",
    "javascript",
    "browser-compatible"
  ],
  "author": {
    "name": "vincentchu",
    "email": "contact@vincentchu.work",
    "url": "https://resume.vincentchu.work/"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.5.1",
    "jest": "^29.5.0",
    "rimraf": "^5.0.0",
    "terser-webpack-plugin": "^5.3.14",
    "ts-jest": "^29.1.0",
    "ts-loader": "^9.5.2",
    "typescript": "^5.0.4",
    "webpack": "^5.99.5",
    "webpack-cli": "^5.1.4"
  },
  "browserslist": [
    "> 0.25%",
    "not dead",
    "ie >= 11"
  ]
}
