omniserror
Version:
Abstraction over common javascript date management libraries
19 lines (18 loc) • 561 B
JSON
{
"version": "2.6.2",
"private": true,
"name": "date-io-benchmark",
"scripts": {
"benchmark:parse": "node ./operations/parse.js",
"benchmark:formats": "node ./operations/formats.js",
"benchmark:calculations": "node ./operations/calculations.js",
"benchmark": "npm run benchmark:formats && npm run benchmark:calculations && npm run benchmark:parse"
},
"dependencies": {
"@date-io/date-fns": "^2.6.2",
"@date-io/dayjs": "^2.6.0",
"@date-io/luxon": "^2.6.0",
"@date-io/moment": "^2.6.0",
"benchmark": "^2.1.4"
}
}