@valjoux/dashed-date
Version:
date & time util toolset
42 lines • 955 B
JSON
{
"name": "@valjoux/dashed-date",
"version": "0.4.4",
"description": "date & time util toolset",
"type": "module",
"exports": "./index.js",
"files": [
"index.js"
],
"engines": {
"node": ">=22.0.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@valjoux/convert": "^0.4.4",
"@valjoux/date-shift": "^0.4.4",
"@valjoux/util-leap-year": "^0.4.4",
"@valjoux/util-month-days": "^0.4.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hoyeungw/valjoux.git"
},
"keywords": [
"date",
"dashed-date",
"yyyy-mm-dd"
],
"author": "Hoyeung Wong",
"license": "MIT",
"bugs": {
"url": "https://github.com/hoyeungw/valjoux"
},
"homepage": "https://github.com/hoyeungw/valjoux#readme",
"gitHead": "792790a75c6068fe0d36507ff0e74a895939783f",
"scripts": {
"pub": "npm publish",
"test": "node -r @babel/register test/test.index.js"
}
}