temporal-fns
Version:
A utility library for working with JavaScript Temporal objects, providing helper functions for date and time manipulations.
58 lines (57 loc) • 1.36 kB
JSON
{
"name": "temporal-fns",
"version": "1.3.2",
"description": "A utility library for working with JavaScript Temporal objects, providing helper functions for date and time manipulations.",
"keywords": [
"temporal",
"temporal-fns",
"dates",
"times",
"javascript",
"temporal-polyfill",
"date-utilities",
"typescript",
"time-functions"
],
"homepage": "https://github.com/rhnorskov/temporal-fns#readme",
"bugs": {
"url": "https://github.com/rhnorskov/temporal-fns/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rhnorskov/temporal-fns.git"
},
"license": "MIT",
"type": "module",
"exports": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"format": "prettier --write .",
"lint": "eslint --fix .",
"release": "changeset publish",
"type-check": "tsc --noEmit",
"test": "vitest"
},
"dependencies": {
"temporal-polyfill": "^0.2.5"
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@rhnorskov/eslint-config": "^2.1.1",
"@rhnorskov/prettier-config": "^2.0.1",
"tsup": "^8.3.0",
"vitest": "^2.1.3"
}
}