{
  "name": "lahze",
  "version": "0.3.7",
  "description": "Lightweight package for formatting dates between jalali and gregorian. Supports both node and browser environments.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pmzi/lahze.git"
  },
  "keywords": [
    "date",
    "time",
    "format",
    "parse",
    "persian",
    "jalali",
    "gregorian",
    "convert"
  ],
  "author": "Pouya MozaffarMagham",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pmzi/lahze/issues"
  },
  "homepage": "https://github.com/pmzi/lahze#readme",
  "source": "src/index.js",
  "main": "dist/lahze.js",
  "module": "dist/lahze.mjs",
  "unpkg": "dist/lahze.umd.js",
  "scripts": {
    "build": "microbundle",
    "dev": "microbundle watch",
    "prepublishOnly": "yarn build"
  },
  "devDependencies": {
    "microbundle": "^0.11.0"
  },
  "dependencies": {}
}
