@date-io/core
Version:
Abstraction over common javascript date management libraries
36 lines (35 loc) • 771 B
JSON
{
"name": "@date-io/core",
"version": "3.0.0",
"description": "Abstraction over common javascript date management libraries",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bugs": {
"url": "https://github.com/dmtrKovalenko/date-io/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/dmtrKovalenko/date-io"
},
"private": false,
"keywords": [
"date",
"time",
"date-io",
"picker",
"date-fns",
"moment",
"luxon"
],
"author": {
"name": "Dmitriy Kovalenko",
"email": "dmtr.kovalenko@outlook.com"
},
"license": "MIT",
"devDependencies": {
"rollup": "^2.0.2",
"typescript": "^5.0.0"
},
"gitHead": "9d304288545a0a9c9f4e3b8aefd428da3757d330"
}