UNPKG

millis-js

Version:

A tiny and dependency-free datetime library with a chainable and immutable API

61 lines 1.32 kB
{ "name": "millis-js", "version": "1.0.0", "description": "A tiny and dependency-free datetime library with a chainable and immutable API", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.cts", "type": "module", "files": [ "dist" ], "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.mjs" }, "./package.json": "./package.json" }, "keywords": [ "millis", "instant", "datetime", "date", "time", "utc", "iso", "duration", "timespan", "diff", "milliseconds", "seconds", "minutes", "hours", "days" ], "author": "Chris Cook", "license": "MIT", "devDependencies": { "@arethetypeswrong/cli": "^0.18.2", "@biomejs/biome": "^2.3.10", "@total-typescript/tsconfig": "^1.0.4", "@types/node": "^25.0.3", "@vitest/coverage-v8": "4.0.16", "husky": "^9.1.7", "pkg-pr-new": "^0.0.62", "publint": "^0.3.16", "tsdown": "^0.18.1", "typescript": "^5.9.3", "vitest": "^4.0.16", "vitest-github-actions-reporter": "^0.11.1" }, "repository": { "type": "git", "url": "https://github.com/zirkelc/millis-js" }, "scripts": { "build": "tsdown", "test": "vitest", "lint": "biome check . --write" } }