{
  "name": "inr-words",
  "version": "2.0.0",
  "description": "Convert Indian currency from numbers to words",
  "type": "module",
  "main": "index.js",
  "scripts": {
    "dev": "node --watch index.test.mjs",
    "test": ""
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/nidri/inr-words.git"
  },
  "keywords": [
    "inr",
    "currency",
    "indian currency",
    "rupees",
    "in words"
  ],
  "author": "Krishna Santosh Nidri",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/nidri/inr-words/issues"
  },
  "homepage": "https://github.com/nidri/inr-words#readme",
  "dependencies": {
  },
  "devDependencies": {
  }
}
