{ "name": "@alireza-ab/persian-date", "version": "2.6.2", "description": "A lightweight but professional library for working with Persian dates", "main": "./dist/PersianDate.min.js", "typings": "./typings/PersianDate.d.ts", "homepage": "https://alireza-ab.ir/persian-date", "repository": { "type": "git", "url": "https://github.com/alireza-ab/persian-date.git" }, "bugs": { "url": "https://github.com/alireza-ab/persian-date/issues" }, "scripts": { "build": "rollup -c", "test": "jest", "bt": "yarn build && yarn test" }, "keywords": [ "javascript", "date", "persian", "jalali" ], "author": "Alireza Alibeiki ", "license": "MIT", "devDependencies": { "@alireza-ab/performance-check": "^1.0.0", "@babel/preset-env": "^7.16.11", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-node-resolve": "^13.1.3", "jest": "^27.4.7", "rollup": "^2.67.0", "rollup-plugin-terser": "^7.0.2" } }