{
  "name": "num-to-persian",
  "version": "0.0.3",
  "description": "convert all of numbers to persian numbers",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alimortazavi-pr/num-to-persian.git"
  },
  "keywords": [
    "number",
    "english",
    "persian",
    "javascript",
    "typescript"
  ],
  "author": "Ali Mortazavi",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/alimortazavi-pr/num-to-persian/issues"
  },
  "homepage": "https://github.com/alimortazavi-pr/num-to-persian#readme"
}
