{
  "name": "@reactive-dot/utils",
  "version": "0.10.3",
  "description": "Collection of utils from ReactiveDOT",
  "keywords": [
    "substrate",
    "polkadot"
  ],
  "homepage": "https://reactivedot.dev/",
  "bugs": {
    "url": "https://github.com/buffed-labs/reactive-dot/issues",
    "email": "tien.nguyenkhac@icloud.com"
  },
  "license": "LGPL-3.0-or-later",
  "author": "Tiến Nguyễn Khắc <tien.nguyenkhac@icloud.com> (https://tien.zone/)",
  "repository": {
    "type": "git",
    "url": "https://github.com/buffed-labs/reactive-dot.git",
    "directory": "packages/utils"
  },
  "type": "module",
  "files": [
    "src",
    "build"
  ],
  "exports": "./build/index.js",
  "scripts": {
    "dev": "tsc --build --watch",
    "build": " tsc --build --clean && tsc --build",
    "lint": "eslint src",
    "test": "vitest"
  },
  "devDependencies": {
    "@reactive-dot/eslint-config": "^0.0.0",
    "@tsconfig/recommended": "^1.0.10",
    "@tsconfig/strictest": "^2.0.6",
    "eslint": "^9.37.0",
    "typescript": "^5.9.3",
    "vitest": "^3.2.4"
  }
}