@quartz-labs/sdk
Version:
SDK for interacting with the Quartz Protocol
75 lines (74 loc) • 1.99 kB
JSON
{
"name": "@quartz-labs/sdk",
"version": "0.33.2-beta.0",
"description": "SDK for interacting with the Quartz Protocol",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"module": "dist/index.js",
"browser": "dist/index.browser.js",
"files": [
"dist"
],
"scripts": {
"lint": "yarn biome lint --write",
"build": "yarn install && yarn lint && tsc -p tsconfig.json",
"doc": "yarn typedoc",
"deploy": "yarn build && yarn publish && yarn doc"
},
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
},
"./browser": {
"types": "./dist/index.browser.d.ts",
"import": "./dist/index.browser.js",
"default": "./dist/index.browser.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/pyra-labs/sdk.git"
},
"keywords": [
"quartz",
"solana",
"sdk",
"crypto",
"protocol"
],
"author": "Quartz Labs",
"license": "MIT",
"bugs": {
"email": "iarla@quartzpay.io"
},
"homepage": "https://quartzpay.io",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/bn.js": "^5.1.6",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.1",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typedoc": "^0.27.4",
"typescript": "^5.7.2"
},
"dependencies": {
"@coral-xyz/anchor": "0.31.1",
"@drift-labs/sdk": "2.147.0-beta.0",
"@jup-ag/api": "6.0.30",
"@pythnetwork/pyth-solana-receiver": "^0.9.1",
"@quartz-labs/connection": "^2.0.0",
"@quartz-labs/sdk": "^0.18.3",
"@solana/spl-token": "^0.4.9",
"bn.js": "^5.2.1",
"ed25519-hd-key": "^1.3.0"
},
"peerDependencies": {
"@solana/web3.js": "1.98.0",
"rpc-websockets": "9.0.4"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}