{
    "name": "@webilix/jalali-date-time",
    "version": "2.0.7",
    "description": "Lightweight library for parsing and formating Jalali date with timezone functionality",
    "main": "./dist/index.js",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/webilix/jalali-date-time.git"
    },
    "scripts": {
        "start": "tsc --watch",
        "build": "rimraf dist && tsc",
        "test": "jest --verbose ./dist/test"
    },
    "keywords": [
        "date",
        "time",
        "jalali",
        "gregorian",
        "persian",
        "farsi"
    ],
    "author": "Ali Amirnezhad",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/webilix/jalali-date-time/issues"
    },
    "homepage": "https://github.com/webilix/jalali-date-time#readme",
    "dependencies": {
        "moment-timezone": "^0.6.0"
    },
    "devDependencies": {
        "@types/jest": "^29.5.14",
        "@types/moment-timezone": "^0.5.30",
        "@types/typescript": "^2.0.0",
        "jest": "^29.7.0",
        "rimraf": "^6.0.1",
        "typescript": "^5.8.3"
    }
}
