{
  "name": "num2txt",
  "version": "0.1.2",
  "description": "Converts number to Vietnamese or English text with customized output.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "format": "prettier --write \"src/**/*.(js|ts)\"",
    "lint": "eslint src --ext .js,.ts",
    "lint:fix": "eslint src --fix --ext .js,.ts",
    "test": "jest --config jest.config.js",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/malderfox30/num2txt.git"
  },
  "keywords": [
    "numbers",
    "text",
    "Vietnamese"
  ],
  "author": "Phat Nguyen",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/malderfox30/num2txt/issues"
  },
  "homepage": "https://github.com/malderfox30/num2txt#readme",
  "devDependencies": {
    "@types/jest": "29.0.3",
    "@typescript-eslint/eslint-plugin": "5.38.0",
    "@typescript-eslint/parser": "5.38.0",
    "eslint": "8.23.1",
    "eslint-plugin-jest": "27.0.4",
    "jest": "29.0.3",
    "prettier": "2.7.1",
    "ts-jest": "29.0.1",
    "typescript": "4.8.3"
  },
  "files": [
    "lib/**/*"
  ]
}
