daykit
Version:
A lightweight, type-safe date manipulation library for TypeScript/JavaScript with comprehensive timezone support
53 lines (52 loc) • 1.11 kB
JSON
{
"name": "daykit",
"version": "1.0.5",
"description": "A lightweight, type-safe date manipulation library for TypeScript/JavaScript with comprehensive timezone support",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"sideEffects": false,
"files": [
"dist",
"README.md",
"LICENSE"
],
"lint-staged": {
"*.{ts,tsx}": [
"eslint --fix",
"prettier --write"
]
},
"keywords": [
"date",
"time",
"timezone",
"format",
"typescript",
"javascript",
"datetime",
"dst",
"locale"
],
"author": "KyleTV",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/tinhvqbk/daykit.git"
},
"bugs": {
"url": "https://github.com/tinhvqbk/daykit/issues"
},
"homepage": "https://github.com/tinhvqbk/daykit#readme",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}