{ "name": "@date-io/moment", "version": "1.3.13", "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" }, "dependencies": { "@date-io/core": "^1.3.13" }, "devDependencies": { "moment": "^2.24.0", "rollup": "^1.27.7", "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": "d105764c36b2021cde1fbcddd5445fed582a511c" }