{
  "name": "srid",
  "version": "1.0.2",
  "description": "A library for generating secure shared, traceable, and country-aware IDs for users, wallets, and transactions.",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "clean": "rm -rf build",
    "build": "npm run clean && tsc",
    "dev": "tsc --watch",
    "lint": "eslint src --ext .ts,.tsx",
    "test": "jest --coverage"
  },
  "files": [
    "build/*.js",
    "build/*.js.map",
    "build/*.d.ts",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "typescript",
    "id-generator",
    "shared-id",
    "srid",
    "wallet",
    "user-id",
    "transaction-id",
    "remittance",
    "fintech"
  ],
  "author": "Jonahgeek",
  "repository": {
    "type": "git",
    "url": "https://github.com/jonahgeek/srid.git"
  },
  "license": "MIT",
  "dependencies": {},
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "eslint": "9.23.0",
    "jest": "^29.7.0",
    "typescript": "^5.8.2"
  },
  "engines": {
    "node": ">=16"
  }
}