UNPKG

millis-js

Version:

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

61 lines (60 loc) 1.36 kB
{ "name": "millis-js", "version": "0.11.0", "description": "A tiny and dependency-free datetime library with a chainable and immutable API", "packageManager": "pnpm@9.0.0", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "type": "module", "files": ["dist"], "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "scripts": { "prepublishOnly": "pnpm build", "build": "unbuild && attw --pack .", "test": "vitest", "lint": "biome check . --write", "prepare": "husky" }, "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.17.0", "@biomejs/biome": "^1.9.4", "@total-typescript/tsconfig": "^1.0.4", "@types/node": "^22.7.7", "@vitest/coverage-v8": "2.1.3", "husky": "^9.1.6", "pkg-pr-new": "^0.0.30", "typescript": "^5.7.3", "unbuild": "^3.3.1", "vitest": "^2.1.3", "vitest-github-actions-reporter": "^0.11.1" }, "repository": { "type": "git", "url": "https://github.com/zirkelc/millis-js" } }