{
  "name": "tanisa",
  "version": "1.1.3",
  "main": "src/index.ts",
  "description": "An utility to convert Malagasy 🇲🇬 numbers, including decimals, into their word representations.",
  "license": "MIT",
  "author": {
    "name": "Rija Nifaliana",
    "email": "rija.nifaliana@gmail.com",
    "url": "https://github.com/nifaliana"
  },
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "format": "prettier . --write",
    "lint": "eslint",
    "lint:fix": "eslint . --fix",
    "build": "tsc",
    "_postinstall": "husky",
    "prepack": "pinst --disable",
    "postpack": "pinst --enable",
    "prepare": "husky"
  },
  "devDependencies": {
    "@eslint/js": "^9.24.0",
    "@types/node": "^22.14.1",
    "eslint": "^9.24.0",
    "globals": "^16.0.0",
    "husky": "^9.1.7",
    "husky-init": "^8.0.0",
    "lint-staged": "^15.5.1",
    "pinst": "^3.0.0",
    "prettier": "^3.5.3",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.30.1",
    "vitest": "^3.1.1"
  },
  "keywords": [
    "javascript",
    "typescript",
    "number-to-words",
    "converter",
    "i18n",
    "toWords",
    "fanisana",
    "malagasy",
    "tanisa"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nifaliana/tanisa.git"
  },
  "bugs": {
    "url": "https://github.com/nifaliana/tanisa/issues"
  },
  "homepage": "https://github.com/nifaliana/tanisa#readme"
}
