| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "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/"
- },
- "author": "",
- "license": "Apache-2.0",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/pyth-network/pyth-crosschain.git"
- },
- "dependencies": {
- "@mysten/sui.js": "^0.37.1",
- "@certusone/wormhole-sdk": "^0.9.8",
- "@pythnetwork/cosmwasm-deploy-tools": "*",
- "@pythnetwork/price-service-client": "*",
- "@pythnetwork/pyth-sui-js": "*",
- "@injectivelabs/networks": "1.0.68",
- "aptos": "^1.5.0",
- "bs58": "^5.0.0",
- "ts-node": "^10.9.1",
- "typescript": "^4.9.3"
- },
- "devDependencies": {
- "prettier": "^2.6.2"
- }
- }
|