omniserror
Version:
Abstraction over common javascript date management libraries
48 lines (47 loc) • 1.1 kB
JSON
{
"name": "@date-io/jalaali",
"version": "2.6.0",
"description": "Abstraction over common javascript date management libraries",
"main": "build/index.js",
"module": "build/index.esm.js",
"typings": "build/index.d.ts",
"peerDependencies": {
"moment": "^2.24.0",
"moment-jalaali": "^0.7.4 || ^0.8.0 || ^0.9.0"
},
"dependencies": {
"@date-io/moment": "^2.6.0"
},
"devDependencies": {
"@date-io/core": "^2.6.0",
"moment": "^2.24.0",
"moment-jalaali": "0.9.2",
"rollup": "^2.0.2",
"typescript": "^3.7.2"
},
"scripts": {
"build": "rollup -c && tsc -p tsconfig.declaration.json"
},
"bugs": {
"url": "https://github.com/dmtrKovalenko/date-io/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/dmtrKovalenko/date-io"
},
"keywords": [
"date",
"time",
"date-io",
"picker",
"date-fns",
"moment",
"luxon"
],
"author": {
"name": "Dmitriy Kovalenko",
"email": "dmtr.kovalenko@outlook.com"
},
"license": "MIT",
"gitHead": "b288f4a6e493cefa32226e9363adea4fe1184168"
}