{ "name": "react-date-object", "version": "2.1.5", "description": "JavaScript library for working with Date and Time in different calendars and locals", "main": "./dist/index.js", "module": "./dist/index.module.js", "types": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rollup -c" }, "repository": { "type": "git", "url": "git+https://github.com/shahabyazdi/react-date-object.git" }, "keywords": [ "react", "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 ", "license": "MIT", "bugs": { "url": "https://github.com/shahabyazdi/react-date-object/issues" }, "homepage": "https://github.com/shahabyazdi/react-date-object#readme", "devDependencies": { "@babel/core": "^7.15.5", "@babel/plugin-proposal-class-properties": "^7.14.5", "@babel/preset-env": "^7.15.6", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^20.0.0", "@rollup/plugin-node-resolve": "^13.0.4", "date-object": "^2.1.1", "rollup": "^2.56.3", "rollup-plugin-terser": "^7.0.2" } }