@hellocoop/identifier
Version:
A module for generating and verifying Hellō identifiers with a checksum.
39 lines (38 loc) • 959 B
JSON
{
"name": "@hellocoop/identifier",
"version": "1.4.0",
"description": "A module for generating and verifying Hellō identifiers with a checksum.",
"repository": {
"type": "git",
"url": "git+https://github.com/hellocoop/packages.git"
},
"files": [
"dist/"
],
"main": "./dist/identifier.cjs",
"module": "./dist/identifier.mjs",
"type": "module",
"exports": {
"require": "./dist/identifier.cjs",
"import": "./dist/identifier.mjs"
},
"types": "./dist/identifier.d.ts",
"scripts": {
"prebuild": "rimraf dist node_modules",
"build": "node src/build.js",
"test": "mocha test/**/*"
},
"keywords": [
"identifier",
"Hello",
"Hellō"
],
"author": "Hellō Identity Co-op",
"license": "MIT",
"dependencies": {
"nanoid": "^5.0.7"
},
"devDependencies": {
"mocha": "^11.1.0"
}
}