@date-io/moment
Version:
Abstraction over common javascript date management libraries
50 lines (49 loc) • 1.06 kB
JSON
{
"name": "@date-io/moment",
"version": "3.0.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"
},
"peerDependenciesMeta": {
"moment": {
"optional": true
}
},
"dependencies": {
"@date-io/core": "^3.0.0"
},
"devDependencies": {
"moment": "^2.24.0",
"rollup": "^2.0.2",
"typescript": "^5.0.0"
},
"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": "9d304288545a0a9c9f4e3b8aefd428da3757d330"
}