ai-uuid-v7
Version:
Library to generate uuidv7 with javascript
29 lines (28 loc) • 625 B
JSON
{
"name": "ai-uuid-v7",
"version": "1.2.1",
"description": "Library to generate uuidv7 with javascript",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"build": "pkgroll"
},
"keywords": [
"uuid",
"uuid-v7"
],
"author": "Aldoivan",
"license": "ISC",
"devDependencies": {
"@types/node": "^22.10.2",
"pkgroll": "^2.5.1",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
}
}