@hyperionxyz/sdk
Version:
This SDK allows you to interact with the Hyperion API. You can use it to request data, create pools/positions and more.
48 lines • 1.02 kB
JSON
{
"name": "@hyperionxyz/sdk",
"version": "0.0.25",
"description": "",
"type": "module",
"main": "dist/index.js",
"types": "./dist/types/src/index.d.ts",
"files": [
"src",
"dist"
],
"keywords": [
"hyperion"
],
"author": "tatalock@hyperion.xyz",
"repository": {
"type": "git",
"url": ""
},
"homepage": "",
"license": "Apache-2.0",
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.14.0",
"lodash-es": "^4.17.21",
"typescript": "^5.8.2",
"vite": "^6.2.5",
"vite-plugin-dts": "^4.5.3"
},
"dependencies": {
"aptos-tool": "^0.0.11",
"bignumber.js": "^9.1.2",
"graphql-request": "^7.1.2",
"long": "^5.3.1"
},
"peerDependencies": {
"@aptos-labs/ts-sdk": "latest",
"@aptos-labs/script-composer-sdk": "0.3.1"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"dev": "tsc && vite build -w",
"build": "tsc && vite build"
}
}