forgeid
Version:
Scalable and secure unique ID generator with HMAC verification and time-based growth.
40 lines (39 loc) • 875 B
JSON
{
"name": "forgeid",
"version": "1.0.2",
"description": "Scalable and secure unique ID generator with HMAC verification and time-based growth.",
"main": "dist/forgeid.min.js",
"types": "dist/forgeid.d.ts",
"scripts": {
"build": "webpack && cp src/forgeid.d.ts dist/",
"test": "mocha"
},
"files": [
"dist/"
],
"keywords": [
"id",
"uuid",
"unique-id",
"secure-id",
"hmac",
"generator",
"forgeid"
],
"author": "NeaByteLab",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/NeaByteLab/ForgeID.git"
},
"homepage": "https://www.npmjs.com/package/forgeid",
"bugs": {
"url": "https://github.com/NeaByteLab/ForgeID/issues"
},
"devDependencies": {
"chai": "^5.2.0",
"mocha": "^11.7.1",
"terser-webpack-plugin": "^5.3.14",
"webpack-cli": "^6.0.1"
}
}