UNPKG

@zoomit/dayjs-jalali-plugin

Version:
51 lines (50 loc) 1.26 kB
{ "name": "@zoomit/dayjs-jalali-plugin", "version": "0.1.11", "description": "Persian (Jalali, Khorshidi) Plugin for Day.js", "main": "dist/cjs/bundle.cjs.js", "web": "dist/umd/bundle.umd.js", "module": "dist/esm/bundle.esm.js", "jsnext:main": "dist/esm/bundle.esm.js", "types": "index.d.ts", "scripts": { "test": "jest", "lint": "eslint src/* test/*", "build": "rollup -c", "prepublishOnly": "npm run build" }, "keywords": [ "dayjs", "date", "time", "immutable", "moment", "jalali" ], "author": "tur1ng <mohammadali.ap.2000@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/zoomit-org/Dayjs-Jalali-Plugin" }, "files": [ "dist", "index.d.ts" ], "devDependencies": { "@babel/core": "^7.14.6", "@babel/preset-env": "^7.14.7", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^19.0.0", "@rollup/plugin-node-resolve": "^13.0.0", "babel-jest": "^27.0.6", "dayjs": "^1.11.5", "jest": "^24.9.0", "mockdate": "^2.0.5", "prettier": "^2.3.2", "rollup": "^2.52.8", "rollup-plugin-size": "^0.2.2", "rollup-plugin-terser": "^7.0.2", "standard-version": "8.0.1" } }