| 1234567891011121314151617181920212223242526272829 |
- {
- "name": "pyth-iota-cli",
- "version": "0.1.0",
- "description": "Pyth IOTA Integration Cli tools",
- "main": "index.js",
- "license": "Apache-2.0",
- "scripts": {
- "cli": "ts-node src/cli.ts",
- "build": "tsc",
- "test:format": "prettier --check .",
- "fix:format": "prettier --write ."
- },
- "private": "true",
- "dependencies": {
- "@certusone/wormhole-sdk": "^0.9.12",
- "@iota/iota-sdk": "^0.5.0",
- "@pythnetwork/contract-manager": "workspace:*",
- "@pythnetwork/price-service-client": "^1.4.0",
- "@pythnetwork/price-service-sdk": "^1.2.0",
- "@pythnetwork/xc-admin-common": "workspace:*",
- "prettier": "catalog:",
- "ts-node": "^10.9.1",
- "typescript": "^5.0.4",
- "yargs": "^17.7.2"
- },
- "devDependencies": {
- "@types/yargs": "^17.0.32"
- }
- }
|