| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "@pythnetwork/contract-manager",
- "version": "1.0.0",
- "description": "Set of tools to manage pyth contracts",
- "private": true,
- "main": "lib/index.js",
- "types": "lib/index.d.ts",
- "files": [
- "lib/**/*"
- ],
- "scripts": {
- "build": "tsc",
- "shell": "ts-node ./src/shell.ts",
- "lint": "eslint src/ scripts/",
- "format": "prettier --write \"src/**/*.ts\" \"scripts/**/*.ts\""
- },
- "author": "",
- "license": "Apache-2.0",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/pyth-network/pyth-crosschain.git"
- },
- "dependencies": {
- "@certusone/wormhole-sdk": "^0.9.8",
- "@coral-xyz/anchor": "^0.29.0",
- "@injectivelabs/networks": "^1.14.6",
- "@mysten/sui.js": "^0.49.1",
- "@pythnetwork/cosmwasm-deploy-tools": "*",
- "@pythnetwork/entropy-sdk-solidity": "*",
- "@pythnetwork/price-service-client": "*",
- "@pythnetwork/pyth-sui-js": "*",
- "@types/yargs": "^17.0.32",
- "aptos": "^1.5.0",
- "axios": "^0.24.0",
- "bs58": "^5.0.0",
- "ts-node": "^10.9.1",
- "typescript": "^5.3.3"
- },
- "devDependencies": {
- "prettier": "^2.6.2",
- "typedoc": "^0.25.7"
- }
- }
|