Files
ETB/ETB-FrontEnd/node_modules/@date-io/core/package.json
Iliyan Angelov 306b20e24a Frontend start
2025-09-14 00:54:48 +03:00

36 lines
772 B
JSON

{
"name": "@date-io/core",
"version": "2.17.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": "e497a04c456f04211c8b0877d002c85e72ea98a2"
}