66 lines
1.7 KiB
JSON
66 lines
1.7 KiB
JSON
{
|
|
"name": "@pythnetwork/pyth-price-service",
|
|
"version": "2.3.2",
|
|
"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/node-fetch": "^2.6.2",
|
|
"@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": {
|
|
"@certusone/wormhole-sdk": "^0.9.9",
|
|
"@certusone/wormhole-spydk": "^0.0.1",
|
|
"@pythnetwork/p2w-sdk-js": "file:../third_party/pyth/p2w-sdk/js",
|
|
"@pythnetwork/pyth-sdk-js": "^1.1.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",
|
|
"lru-cache": "^7.14.1",
|
|
"morgan": "^1.10.0",
|
|
"node-fetch": "^2.6.1",
|
|
"prom-client": "^14.0.1",
|
|
"response-time": "^2.3.2",
|
|
"ts-retry-promise": "^0.7.0",
|
|
"winston": "^3.3.3",
|
|
"ws": "^8.6.0"
|
|
},
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"keywords": [],
|
|
"optionalDependencies": {
|
|
"bufferutil": "^4.0.6",
|
|
"utf-8-validate": "^5.0.9"
|
|
}
|
|
}
|