pyth-crosschain/price_service/server/package.json

70 lines
1.9 KiB
JSON

{
"name": "@pythnetwork/price-service-server",
"version": "3.0.8",
"description": "Webservice for retrieving prices from the Pyth oracle.",
"private": "true",
"main": "index.js",
"scripts": {
"format": "prettier --write \"src/**/*.ts\"",
"build": "tsc",
"start": "node lib/index.js",
"test": "jest src/",
"lint": "tslint -p tsconfig.json",
"preversion": "npm run lint",
"version": "npm run format && git add -A src"
},
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^29.4.0",
"@types/keccak": "^3.0.1",
"@types/long": "^4.0.1",
"@types/node": "^16.6.1",
"@types/node-fetch": "^2.6.2",
"@types/secp256k1": "^4.0.3",
"@types/supertest": "^2.0.12",
"jest": "^29.4.0",
"prettier": "^2.3.2",
"supertest": "^6.2.3",
"ts-jest": "^29.0.5",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.3.5"
},
"dependencies": {
"@certusone/wormhole-sdk": "^0.9.9",
"@certusone/wormhole-spydk": "^0.0.1",
"@pythnetwork/price-service-sdk": "*",
"@pythnetwork/wormhole-attester-sdk": "*",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/morgan": "^1.9.3",
"@types/response-time": "^2.3.5",
"@types/ws": "^8.5.3",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.2",
"express-validation": "^4.0.1",
"http-status-codes": "^2.2.0",
"joi": "^17.6.0",
"keccak": "^3.0.3",
"lru-cache": "^7.14.1",
"morgan": "^1.10.0",
"node-fetch": "^2.6.1",
"prom-client": "^14.0.1",
"response-time": "^2.3.2",
"secp256k1": "^5.0.0",
"ts-retry-promise": "^0.7.0",
"winston": "^3.3.3",
"ws": "^8.12.0"
},
"directories": {
"lib": "lib"
},
"keywords": [],
"optionalDependencies": {
"bufferutil": "^4.0.6",
"utf-8-validate": "^5.0.9"
}
}