@acurast/oracle-service-sdk
Version:
The Acurast Oracle SDK is a TypeScript library that provides a simple interface to interact with the Acurast Oracle Service. It allows developers to fetch price data for various cryptocurrency pairs, with signatures from multiple oracles.
36 lines (35 loc) • 743 B
JSON
{
"name": "@acurast/oracle-service-sdk",
"version": "1.1.3",
"author": "Lorenzo Spoleti <l.spoleti@papers.ch>",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "yarn run ts-node ./test/test.ts",
"prepublishOnly": "yarn build"
},
"keywords": [
"acurast",
"oracle",
"sdk"
],
"dependencies": {
"@acurast/dapp": "^1.0.1-beta.6",
"@types/node": "^22.2.0",
"@types/uuid": "^10.0.0",
"buffer": "^6.0.3",
"elliptic": "^6.5.6",
"typescript": "^5.5.4",
"uuid": "^10.0.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/elliptic": "^6.4.18",
"ts-node": "^10.9.2"
},
"files": [
"dist/**/*"
]
}