{ "name": "@wormhole-foundation/wormhole-monitor-watcher", "version": "0.0.1", "private": true, "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "dev": "ts-node src/index.ts", "build": "tsc", "start": "NODE_ENV=production node dist/src/index.js", "test": "jest", "docker:start": "docker compose up" }, "dependencies": { "@aws-sdk/client-sns": "3.391.0", "@celo-tools/celo-ethers-wrapper": "^0.3.0", "@certusone/wormhole-sdk": "^0.9.22", "@fastify/swagger": "^8.8.0", "@google-cloud/bigtable": "^4.1.0", "@google-cloud/pubsub": "^3.4.1", "@mysten/sui.js": "^0.33.0", "@solana/web3.js": "^1.73.0", "algosdk": "^2.4.0", "aptos": "^1.4.0", "axios": "^1.2.1", "bs58": "^5.0.0", "dotenv": "^16.0.3", "fastify": "^4.21.0", "firebase-admin": "^11.4.0", "js-sha512": "^0.8.0", "mongodb": "^5.7.0", "near-api-js": "^1.1.0", "ora": "^5.4.1", "winston": "^3.8.2", "zod": "^3.20.2" }, "devDependencies": { "@jest/globals": "^29.3.1", "@typescript-eslint/eslint-plugin": "^6.7.2", "@typescript-eslint/parser": "^6.7.2", "add": "^2.0.6", "jest": "^29.3.1", "prettier": "2.8.1", "ts-jest": "^29.0.3", "ts-node": "^10.9.1", "typescript": "^4.9.4" } }