packages/automation-witness-server/package.json
{
"$schema": "http://json.schemastore.org/package.json",
"name": "@xyo-network/automation-witness-server",
"version": "3.1.1",
"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.3.3",
"@xylabs/crypto": "^4.3.3",
"@xylabs/sdk-api-express-ecs": "^2.0.4",
"@xyo-network/account": "^3.3.2",
"@xyo-network/api-call-witness": "^3.1.1",
"@xyo-network/api-models": "^3.3.2",
"@xyo-network/archivist-model": "^3.3.2",
"@xyo-network/blocknative-ethereum-gas-plugin": "^3.1.1",
"@xyo-network/bridge-http": "^3.3.2",
"@xyo-network/coingecko-crypto-market-plugin": "^3.1.1",
"@xyo-network/crypto-asset-payload-plugin": "^3.1.1",
"@xyo-network/crypto-asset-plugin": "^3.1.1",
"@xyo-network/diviner-model": "^3.3.2",
"@xyo-network/etherchain-ethereum-gas-v2-plugin": "^3.1.1",
"@xyo-network/ethers-ethereum-gas-plugin": "^3.1.1",
"@xyo-network/etherscan-ethereum-gas-plugin": "^3.1.1",
"@xyo-network/gas-price-payload-plugin": "^3.1.1",
"@xyo-network/gas-price-plugin": "^3.1.1",
"@xyo-network/manifest": "^3.3.2",
"@xyo-network/module-factory-locator": "^3.3.2",
"@xyo-network/module-model": "^3.3.2",
"@xyo-network/node-core-model": "^3.1.1",
"@xyo-network/node-memory": "^3.3.2",
"@xyo-network/payload-model": "^3.3.2",
"@xyo-network/sentinel-memory": "^3.3.2",
"@xyo-network/sentinel-model": "^3.3.2",
"@xyo-network/shared": "^3.3.2",
"@xyo-network/tzero-stock-market-plugin": "^3.1.1",
"@xyo-network/uniswap-crypto-market-payload-plugin": "^3.1.1",
"@xyo-network/uniswap-crypto-market-plugin": "^3.1.1",
"@xyo-network/witness-adhoc": "^3.3.2",
"@xyo-network/witness-model": "^3.3.2",
"agenda": "^5.0.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"ethers": "^6.13.4",
"express": "^4.21.1"
},
"devDependencies": {
"@types/compression": "^1.7.5",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@xylabs/jest-helpers": "^4.3.3",
"@xylabs/ts-scripts-yarn3": "^4.2.3",
"@xylabs/tsconfig": "^4.2.3",
"@xylabs/tsconfig-jest": "^4.1.0",
"@xyo-network/node-model": "^3.3.2",
"@xyo-network/payload-builder": "^3.3.2",
"@xyo-network/tzero-stock-market-payload-plugin": "^3.1.1",
"jest": "^29.7.0",
"jest-mock-extended": "^3.0.7",
"typescript": "^5.6.3"
},
"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
}