UNPKG

@hellocoop/identifier

Version:

A module for generating and verifying Hellō identifiers with a checksum.

40 lines (39 loc) 918 B
{ "name": "@hellocoop/identifier", "version": "1.3.4", "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" }, "gitHead": "b213d136be8168a76ff811b4afbb980db844c470" }