1 | {
|
2 | "name": "@date-io/core",
|
3 | "version": "2.17.0",
|
4 | "description": "Abstraction over common javascript date management libraries",
|
5 | "scripts": {
|
6 | "test": "echo \"Error: no test specified\" && exit 1"
|
7 | },
|
8 | "bugs": {
|
9 | "url": "https://github.com/dmtrKovalenko/date-io/issues"
|
10 | },
|
11 | "repository": {
|
12 | "type": "git",
|
13 | "url": "https://github.com/dmtrKovalenko/date-io"
|
14 | },
|
15 | "private": false,
|
16 | "keywords": [
|
17 | "date",
|
18 | "time",
|
19 | "date-io",
|
20 | "picker",
|
21 | "date-fns",
|
22 | "moment",
|
23 | "luxon"
|
24 | ],
|
25 | "author": {
|
26 | "name": "Dmitriy Kovalenko",
|
27 | "email": "dmtr.kovalenko@outlook.com"
|
28 | },
|
29 | "license": "MIT",
|
30 | "devDependencies": {
|
31 | "rollup": "^2.0.2",
|
32 | "typescript": "^5.0.0"
|
33 | },
|
34 | "gitHead": "e497a04c456f04211c8b0877d002c85e72ea98a2"
|
35 | }
|