ticktock-es
Version:
A Date utility library
27 lines (26 loc) • 672 B
JSON
{
"name": "ticktock-es",
"version": "1.8.8",
"description": "A Date utility library",
"type": "module",
"sideEffects": false,
"main": "./Bundle/index.min.js",
"scripts": {
"test": "node ./Tests/UnitTests.js",
"testWithCoverage": "node --test --experimental-test-coverage --test-coverage-include=src/*.js --test-reporter=tap Tests/UnitTests.js"
},
"keywords": [
"DateTime",
"Temporal",
"JS-Date",
"ES-Date",
"locale-aware",
"timeZone-aware"
],
"author": "KooiInc",
"license": "MIT License",
"repository": {
"type": "git",
"url": "git+https://github.com/KooiInc/ticktock.git"
}
}