pyth-crosschain/third_party/pyth/price-service/package.json

62 lines
1.6 KiB
JSON

{
"name": "@pythnetwork/pyth-price-service",
"version": "2.0.0",
"description": "Pyth Price Service",
"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": "^27.5.0",
"@types/long": "^4.0.1",
"@types/node": "^16.6.1",
"@types/supertest": "^2.0.12",
"jest": "^28.0.3",
"prettier": "^2.3.2",
"supertest": "^6.2.3",
"ts-jest": "^28.0.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.3.5"
},
"dependencies": {
"@pythnetwork/p2w-sdk-js": "file:../p2w-sdk/js",
"@certusone/wormhole-sdk": "^0.1.4",
"@certusone/wormhole-spydk": "^0.0.1",
"@pythnetwork/pyth-sdk-js": "^1.0.0",
"@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",
"ethers": "^5.4.4",
"express": "^4.17.2",
"express-validation": "^4.0.1",
"http-status-codes": "^2.2.0",
"joi": "^17.6.0",
"morgan": "^1.10.0",
"prom-client": "^14.0.1",
"response-time": "^2.3.2",
"winston": "^3.3.3",
"ws": "^8.6.0"
},
"directories": {
"lib": "lib"
},
"keywords": [],
"optionalDependencies": {
"bufferutil": "^4.0.6",
"utf-8-validate": "^5.0.9"
}
}