@vyckr/ttid
Version:
A lightweight, time-based identifier generator that tracks creation, update, and deletion timestamps using a progressive format.
41 lines (40 loc) • 903 B
JSON
{
"name": "@vyckr/ttid",
"version": "1.3.2",
"main": "./src/index.ts",
"types": "./src/types/index.d.ts",
"scripts": {
"test": "bun test",
"typecheck": "tsc --noEmit",
"lint": "eslint src test",
"format": "prettier --write src test"
},
"devDependencies": {
"@types/bun": "^1.2.10",
"@types/node": "^20.4.2",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.0.0",
"prettier": "^3.0.0"
},
"type": "module",
"peerDependencies": {
"typescript": "^5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Chidelma/TTID.git"
},
"license": "MIT",
"keywords": [
"typescript",
"bun",
"generate",
"identifier"
],
"author": "Chidelma",
"bugs": {
"url": "https://github.com/Chidelma/TTID/issues"
}
}