{
  "name": "@chimera-monorepo/utils",
  "version": "0.0.1-alpha.9",
  "description": "Common utilities for use",
  "main": "dist/index.js",
  "author": "Everclear",
  "license": "MIT",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*",
    "src/**/*"
  ],
  "scripts": {
    "lint:src": "eslint ./src --env node",
    "lint:fix": "yarn lint:src --fix",
    "test": "yarn test:unit",
    "test:unit": "nyc ts-mocha --require test/globalTestHook.ts --check-leaks --exit --timeout 60000 'test/**/*.spec.ts'",
    "clean": "rimraf ./dist ./tsconfig.tsBuildInfo",
    "build": "tsc --build ./tsconfig.json",
    "purge": "yarn clean && rimraf ./coverage ./node_modules",
    "tsp": "yarn run tsp:root \"$@\" --cwd $(pwd)",
    "version": "yarn version"
  },
  "devDependencies": {
    "@types/chai": "4.3.4",
    "@types/chai-as-promised": "7.1.5",
    "@types/chai-subset": "1.3.3",
    "@types/mocha": "10.0.1",
    "@types/secp256k1": "4.0.3",
    "@types/sinon-chai": "3.2.9",
    "eslint": "8.34.0",
    "nyc": "15.1.0",
    "rimraf": "5.0.1",
    "sinon": "17.0.1",
    "ts-mocha": "10.0.0",
    "typescript": "5.3.3"
  },
  "dependencies": {
    "@aws-sdk/client-ssm": "^3.735.0",
    "@chimera-monorepo/contracts": "workspace:*",
    "@hyperlane-xyz/sdk": "3.15.1",
    "@sinclair/typebox": "0.25.21",
    "@urql/core": "5.0.4",
    "ajv": "8.12.0",
    "ajv-formats": "2.1.1",
    "axios": "0.24.0",
    "chai": "4.3.7",
    "chai-as-promised": "7.1.1",
    "chai-subset": "1.6.0",
    "hyperid": "3.2.0",
    "secp256k1": "4.0.3",
    "sinon-chai": "3.7.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public",
    "name": "@chimera-monorepo/utils"
  }
}
