{
  "name": "@pythnetwork/xc-admin-common",
  "version": "0.0.0",
  "description": "",
  "private": "true",
  "author": "",
  "homepage": "https://github.com/pyth-network/pyth-crosschain",
  "license": "ISC",
  "main": "lib/index.js",
  "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",
    "format": "prettier --write \"src/**/*.ts\"",
    "test:unit": "jest"
  },
  "//": [
    "The injectivelabs/token-metadata package is pinned to a specific version to ensure that",
    "wormhole-sdk can be built with the correct version of the package in nextjs (@pythnetwork/xc-admin-frontend).",
    "Otherwise, the nextjs build will fail due to using a different version of the package."
  ],
  "dependencies": {
    "@certusone/wormhole-sdk": "^0.10.15",
    "@coral-xyz/anchor": "^0.29.0",
    "@injectivelabs/token-metadata": "~1.10.42",
    "@project-serum/anchor": "^0.25.0",
    "@pythnetwork/client": "catalog:",
    "@pythnetwork/pyth-solana-receiver": "workspace:*",
    "@pythnetwork/solana-utils": "workspace:*",
    "@solana/buffer-layout": "^4.0.1",
    "@solana/web3.js": "^1.73.0",
    "@sqds/mesh": "^1.0.6",
    "bigint-buffer": "^1.1.5",
    "bn.js": "^5.2.1",
    "ethers": "^5.7.2",
    "lodash": "^4.17.21",
    "message_buffer": "workspace:^",
    "@pythnetwork/pyth-lazer-sdk": "workspace:*",
    "typescript": "^4.9.4"
  },
  "devDependencies": {
    "@types/bn.js": "^5.1.1",
    "@types/jest": "^29.2.5",
    "@types/lodash": "^4.14.191",
    "fast-check": "^3.10.0",
    "jest": "^29.3.1",
    "prettier": "^2.8.1",
    "ts-jest": "^29.0.3"
  }
}
