@neuledge/id
Version:
Globally unique identifier based on the upcoming UUIDv7 standard.
43 lines (42 loc) • 1.04 kB
JSON
{
"name": "@neuledge/id",
"version": "1.2.0",
"description": "Globally unique identifier based on the upcoming UUIDv7 standard.",
"keywords": [
"typeid",
"uuid",
"uuidv7",
"unique",
"identifier",
"id",
"prefix"
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.js",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"repository": {
"type": "git",
"url": "https://github.com/neuledge/utils-js.git"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"scripts": {
"types": "rimraf --glob dist/*.{d.ts,d.ts.map} dist/**/*.{d.ts,d.ts.map} && tsc --emitDeclarationOnly && tsc-alias",
"build": "rimraf --glob dist/*.{js,js.map,mjs,mjs.map} && tsup",
"test": "jest",
"lint": "eslint . --ext \"js,jsx,ts,tsx,mjs,cjs\"",
"lint:strict": "yarn lint --max-warnings 0"
},
"dependencies": {
"typeid-js": "^0.3.0"
}
}