UNPKG

consistency-key

Version:

```ts import { ConsistencyKey } from 'consistency-key';

34 lines 724 B
{ "name": "consistency-key", "version": "1.0.0", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "example": "ts-node examples/basic-usage.ts" }, "keywords": [ "consistency", "streak", "daily", "habit", "typescript" ], "author": "Christian Bulabula", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/MrSolution07/consistency-key.git" }, "homepage": "https://github.com/MrSolution07/consistency-key#readme", "bugs": { "url": "https://github.com/MrSolution07/consistency-key/issues" }, "devDependencies": { "ts-node": "^10.9.2", "typescript": "^5.8.3" } }