{ "name": "@pythnetwork/price-service-client", "version": "1.6.2", "description": "Pyth price service client", "author": { "name": "Pyth Data Association" }, "homepage": "https://pyth.network", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*" ], "repository": { "type": "git", "url": "https://github.com/pyth-network/pyth-crosschain", "directory": "price_service/client/js" }, "publishConfig": { "access": "public" }, "scripts": { "test": "jest --testPathIgnorePatterns=.*.e2e.test.ts --passWithNoTests", "test:e2e": "jest --testPathPattern=.*.e2e.test.ts", "build": "tsc", "example": "npm run build && node lib/examples/PriceServiceClient.js", "format": "prettier --write \"src/**/*.ts\"", "lint": "eslint src/", "prepublishOnly": "npm run build && npm test && npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src" }, "keywords": [ "pyth", "oracle" ], "license": "Apache-2.0", "devDependencies": { "@types/jest": "^29.4.0", "@types/yargs": "^17.0.10", "@typescript-eslint/eslint-plugin": "^5.21.0", "@typescript-eslint/parser": "^5.21.0", "eslint": "^8.14.0", "jest": "^29.4.0", "prettier": "^2.6.2", "ts-jest": "^29.0.5", "typescript": "^4.6.3", "yargs": "^17.4.1" }, "dependencies": { "@pythnetwork/price-service-sdk": "*", "@types/ws": "^8.5.3", "axios": "=1.1.0", "axios-retry": "~3.3.0", "isomorphic-ws": "^4.0.1", "ts-log": "^2.2.4", "ws": "^8.6.0" } }