UNPKG

@sgx4u/date-time-utils

Version:

A date-time utility library

60 lines 1.3 kB
{ "name": "@sgx4u/date-time-utils", "version": "2.3.0", "private": false, "description": "A date-time utility library", "keywords": [ "time", "date", "time-utils", "date-utils", "sgx4u" ], "homepage": "https://github.com/sgx4u/sgx4u-date-time-utils", "readme": "./README.md", "license": "MIT", "author": "Subhajit Ghosh", "repository": { "type": "github", "url": "https://github.com/sgx4u/sgx4u-date-time-utils.git/" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@jest/globals": "^29.7.0", "@types/jest": "^29.5.14", "@types/node": "^22.10.1", "jest": "^29.7.0", "ts-jest": "^29.2.5", "tsup": "^8.3.5", "typescript": "^5.0.0" }, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "files": [ "dist/", "CHANGELOG.md", "LICENSE", "logo.svg", "package.json", "README.md", "SECURITY.md", "SUPPORT.md" ], "scripts": { "dev": "tsc --watch", "build": "tsup", "test": "jest", "lint": "tsc", "check": "pnpm lint && pnpm test && pnpm build" } }