{
  "name": "@snowballmoney/chain-agnostic-utils",
  "version": "0.1.12",
  "access": "public",
  "author": "alexkiss767@gmail.com",
  "description": "Chain agnostic utilities for cross-chain applications",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "lint": "eslint src/**/*.ts"
  },
  "keywords": [
    "blockchain",
    "caip",
    "caip2",
    "chain-agnostic",
    "multichain"
  ],
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.5.0",
    "@typescript-eslint/eslint-plugin": "^5.59.0",
    "@typescript-eslint/parser": "^5.59.0",
    "eslint": "^8.38.0",
    "jest": "^29.5.0",
    "ts-jest": "^29.1.0",
    "typescript": "^5.0.4"
  }
}
