| 1234567891011121314151617181920212223242526272829303132333435 |
- {
- "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": "ts-duality",
- "test:format": "prettier --check .",
- "fix:format": "prettier --write .",
- "clean": "rm -rf ./dist"
- },
- "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": "catalog:",
- "yargs": "^17.7.2"
- },
- "devDependencies": {
- "@types/yargs": "^17.0.32"
- },
- "engines": {
- "node": ">=22.16.0",
- "pnpm": ">=10.19.0"
- },
- "packageManager": "pnpm@10.19.0",
- "type": "module"
- }
|