{
  "name": "@unicitylabs/commons",
  "version": "2.3.0",
  "description": "A library of common functions to be used in Unicity projects.",
  "main": "lib/index.js",
  "type": "module",
  "exports": {
    "./lib/*": "./lib/*"
  },
  "scripts": {
    "build": "tsc",
    "lint": "eslint \"src/**/*\" \"tests/**/*\"" ,
    "lint:fix": "eslint \"src/**/*\" \"tests/**/*\" --fix",
    "test": "jest tests/",
    "test:ci": "jest tests/ --ci --reporters=default"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unicitynetwork/shared.git"
  },
  "license": "ISC",
  "dependencies": {
    "@noble/curves": "1.8.1",
    "@noble/hashes": "1.7.1",
    "uuid": "11.1.0"
  },
  "devDependencies": {
    "@eslint/js": "9.24.0",
    "@types/jest": "29.5.14",
    "@types/node": "22.14.0",
    "eslint": "9.24.0",
    "eslint-config-prettier": "10.1.1",
    "eslint-plugin-import": "2.31.0",
    "eslint-plugin-prettier": "5.2.6",
    "globals": "16.0.0",
    "jest": "29.7.0",
    "ts-jest": "29.3.1",
    "typescript": "5.8.3",
    "typescript-eslint": "8.29.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
