UNPKG

@webilix/jalali-date-time

Version:

Lightweight library for parsing and formating Jalali date with timezone functionality

44 lines (43 loc) 1.18 kB
{ "name": "@webilix/jalali-date-time", "version": "2.0.10", "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.2" }, "devDependencies": { "@types/jest": "^30.0.0", "@types/moment-timezone": "^0.5.30", "@types/typescript": "^2.0.0", "jest": "^30.4.2", "rimraf": "^6.1.3", "typescript": "^6.0.3" }, "allowScripts": { "unrs-resolver@1.12.2": true } }