{
  "name": "amount-to-words",
  "version": "1.1.0",
  "description": "Convert given amount/number into equivalent words",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sreeisalso/amount-to-words.git"
  },
  "keywords": [
    "number to words",
    "amount to words",
    "INR to words",
    "USD tp words",
    "EUR to words"
  ],
  "author": "Sreekanth Nagareddy <sreeisalso@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sreeisalso/amount-to-words/issues"
  },
  "homepage": "https://github.com/sreeisalso/amount-to-words#readme",
  "devDependencies": {
    "jest": "^26.2.2"
  }
}
