| 123456789101112131415161718192021222324252627282930 |
- {
- "name": "@pythnetwork/pyth-ton",
- "version": "0.0.1",
- "private": true,
- "scripts": {
- "start": "blueprint run",
- "build": "blueprint build Main",
- "test:unit": "jest --verbose"
- },
- "devDependencies": {
- "@pythnetwork/pyth-ton-js": "workspace:*",
- "@pythnetwork/price-service-sdk": "workspace:*",
- "@pythnetwork/xc-admin-common": "workspace:*",
- "@pythnetwork/hermes-client": "workspace:*",
- "@ton/blueprint": "^0.22.0",
- "@ton/core": "^0.59.0",
- "@ton/crypto": "^3.3.0",
- "@ton/sandbox": "^0.20.0",
- "@ton/test-utils": "^0.4.2",
- "@ton/ton": "^15.1.0",
- "@types/jest": "^29.5.12",
- "@types/node": "^20.14.10",
- "@wormhole-foundation/sdk-definitions": "^0.10.7",
- "jest": "^29.7.0",
- "prettier": "^3.3.2",
- "ts-jest": "^29.2.0",
- "ts-node": "^10.9.2",
- "typescript": "^5.5.3"
- }
- }
|