{
    "name": "@hellocoop/identifier",
    "version": "1.6.2",
    "description": "A module for generating and verifying Hellō identifiers with a checksum.",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/hellocoop/packages-js.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"
    }
}
