| 123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "@pythnetwork/xc-admin-proposer-server",
- "version": "0.0.0",
- "description": "A server that proposes the instructions that it receives to the multisig",
- "private": "true",
- "author": "",
- "homepage": "https://github.com/pyth-network/pyth-crosschain",
- "license": "ISC",
- "main": "src/index.ts",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/pyth-network/pyth-crosschain.git"
- },
- "bugs": {
- "url": "https://github.com/pyth-network/pyth-crosschain/issues"
- },
- "scripts": {
- "build": "tsc",
- "start": "node lib/index.js",
- "fix:format": "prettier --write \"src/**/*.ts\"",
- "test:format": "prettier --check \"src/**/*.ts\""
- },
- "dependencies": {
- "@coral-xyz/anchor": "^0.29.0",
- "@injectivelabs/sdk-ts": "^1.10.72",
- "@pythnetwork/client": "catalog:",
- "@pythnetwork/xc-admin-common": "workspace:*",
- "@solana/web3.js": "^1.76.0",
- "@sqds/mesh": "^1.0.6",
- "@types/cors": "^2.8.17",
- "cors": "^2.8.5",
- "express": "^4.19.2",
- "ts-node": "^10.9.1"
- },
- "devDependencies": {
- "@types/express": "^4.17.21",
- "typescript": "^5.4.5"
- }
- }
|