UNPKG

date-object

Version:

JavaScript library for working with Date and Time in different calendars and locals

59 lines (58 loc) 1.46 kB
{ "name": "date-object", "version": "2.1.6", "description": "JavaScript library for working with Date and Time in different calendars and locals", "main": "./dist/cjs/date-object.es6.js", "browser": "./dist/umd/date-object.min.js", "module": "./dist/es/date-object.module.js", "types": "index.d.ts", "scripts": { "build": "rollup -c", "test": "jest --config ./jest.config.json" }, "repository": { "type": "git", "url": "git+https://github.com/shahabyazdi/DateObject.git" }, "keywords": [ "date", "object", "calendar", "gregorian", "persian", "jalali", "hijri", "indian", "farsi", "arabic", "english", "hindi", "locale", "datetime", "gregorian-calendar", "persian-calendar", "islamic-calendar", "indian-calendar", "parse", "format", "parse-date", "format-date" ], "author": "Shahab Yazdi <sh.yazdi@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/shahabyazdi/DateObject/issues" }, "homepage": "https://github.com/shahabyazdi/DateObject#readme", "devDependencies": { "@babel/core": "^7.23.2", "babel-plugin-transform-class-properties": "^6.24.1", "@babel/preset-env": "^7.23.2", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-commonjs": "^24.0.1", "@rollup/plugin-json": "^6.0.0", "jest": "^27.2.1", "rollup": "^2.57.0", "rollup-plugin-terser": "^7.0.2" } }