UNPKG

@vyckr/ttid

Version:

A lightweight, time-based identifier generator that tracks creation, update, and deletion timestamps using a progressive format.

29 lines 568 B
{ "name": "@vyckr/ttid", "version": "1.2.5", "main": "./src/index.ts", "types": "./src/types/index.d.ts", "devDependencies": { "@types/bun": "^1.2.10", "@types/node": "^20.4.2" }, "type": "module", "peerDependencies": { "typescript": "^5.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/Chidelma/TTID.git" }, "license": "MIT", "keywords": [ "typescript", "bun", "generate", "identifer" ], "author": "Chidelma", "bugs": { "url": "https://github.com/Chidelma/TTID/issues" } }