UNPKG

streak-calc-math

Version:

Dependency-free calendar-day bucketing and streak math primitives, with an optional Node-only on-disk store. Helper for streak-calc-math.

37 lines (35 loc) 702 B
{ "name": "streak-calc-math", "version": "1.0.0", "description": "Dependency-free calendar-day bucketing and streak math primitives, with an optional Node-only on-disk store. Helper for streak-calc-math.", "type": "module", "license": "MIT", "types": "./types/index.d.ts", "module": "./dist/index.mjs", "exports": { ".": { "types": "./types/index.d.ts", "default": "./dist/index.mjs" }, "./store": { "types": "./types/store.d.ts", "default": "./dist/store.mjs" }, "./package.json": "./package.json" }, "files": [ "dist", "types", "LICENSE", "README.md" ], "engines": { "node": ">=18" }, "keywords": [ "streak", "calendar", "day", "analytics" ] }