XYOracleNetwork/clients

View on GitHub
packages/automation-witness-server/package.json

Summary

Maintainability
Test Coverage
{
  "$schema": "http://json.schemastore.org/package.json",
  "name": "@xyo-network/automation-witness-server",
  "version": "3.0.2",
  "description": "XYO Automation Witness",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
  },
  "license": "LGPL-3.0-only",
  "author": "Arie Trouw",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/node/index.d.ts",
      "default": "./dist/node/index.mjs"
    },
    "./package.json": "./package.json"
  },
  "module": "dist/node/index.mjs",
  "types": "dist/node/index.d.ts",
  "dependencies": {
    "@xylabs/assert": "^4.0.9",
    "@xylabs/crypto": "^4.0.9",
    "@xylabs/sdk-api-express-ecs": "^2.0.4",
    "@xyo-network/account": "^3.1.9",
    "@xyo-network/api-call-witness": "^3.0.17",
    "@xyo-network/api-models": "^3.1.9",
    "@xyo-network/archivist-model": "^3.1.9",
    "@xyo-network/blocknative-ethereum-gas-plugin": "^3.0.17",
    "@xyo-network/bridge-http": "^3.1.9",
    "@xyo-network/coingecko-crypto-market-plugin": "^3.0.17",
    "@xyo-network/crypto-asset-payload-plugin": "^3.0.17",
    "@xyo-network/crypto-asset-plugin": "^3.0.17",
    "@xyo-network/diviner-model": "^3.1.9",
    "@xyo-network/etherchain-ethereum-gas-v2-plugin": "^3.0.17",
    "@xyo-network/ethers-ethereum-gas-plugin": "^3.0.17",
    "@xyo-network/etherscan-ethereum-gas-plugin": "^3.0.17",
    "@xyo-network/gas-price-payload-plugin": "^3.0.17",
    "@xyo-network/gas-price-plugin": "^3.0.17",
    "@xyo-network/manifest": "^3.1.9",
    "@xyo-network/module-factory-locator": "^3.1.9",
    "@xyo-network/module-model": "^3.1.9",
    "@xyo-network/node-core-model": "^3.0.2",
    "@xyo-network/node-memory": "^3.1.9",
    "@xyo-network/payload-model": "^3.1.9",
    "@xyo-network/sentinel-memory": "^3.1.9",
    "@xyo-network/sentinel-model": "^3.1.9",
    "@xyo-network/shared": "^3.1.9",
    "@xyo-network/tzero-stock-market-plugin": "^3.0.17",
    "@xyo-network/uniswap-crypto-market-payload-plugin": "^3.0.17",
    "@xyo-network/uniswap-crypto-market-plugin": "^3.0.17",
    "@xyo-network/witness-adhoc": "^3.1.9",
    "@xyo-network/witness-model": "^3.1.9",
    "agenda": "^5.0.0",
    "compression": "^1.7.4",
    "cors": "^2.8.5",
    "dotenv": "^16.4.5",
    "ethers": "^6.13.2",
    "express": "^4.19.2"
  },
  "devDependencies": {
    "@types/compression": "^1.7.5",
    "@types/cors": "^2.8.17",
    "@types/express": "4.17.21",
    "@xylabs/jest-helpers": "^4.0.9",
    "@xylabs/ts-scripts-yarn3": "^4.0.7",
    "@xylabs/tsconfig": "^4.0.7",
    "@xylabs/tsconfig-jest": "^4.0.7",
    "@xyo-network/node-model": "^3.1.9",
    "@xyo-network/payload-builder": "^3.1.9",
    "@xyo-network/tzero-stock-market-payload-plugin": "^3.0.17",
    "jest": "^29.7.0",
    "jest-mock-extended": "^3.0.7",
    "typescript": "^5.5.4"
  },
  "packageManager": "yarn@4.2.2",
  "engines": {
    "node": ">=20.10.0 <21"
  },
  "volta": {
    "node": "22.2.0",
    "yarn": "1.22.19"
  },
  "publishConfig": {
    "access": "public"
  },
  "sideeffects": false
}