UNPKG

@jup-ag/whirlpools-sdk

Version:

Typescript SDK to interact with Orca's Whirlpool program.

66 lines 1.75 kB
{ "name": "@jup-ag/whirlpools-sdk", "version": "0.7.2", "description": "Typescript SDK to interact with Orca's Whirlpool program.", "license": "Apache-2.0", "main": "dist/index.js", "types": "dist/index.d.ts", "module": "dist/index.mjs", "dependencies": { "@orca-so/common-sdk": "^0.1.4", "@project-serum/anchor": "~0.25.0", "@solana/spl-token": "^0.1.8", "@solana/web3.js": "^1.66.0", "decimal.js": "^10.3.1", "tiny-invariant": "^1.2.0" }, "devDependencies": { "@metaplex-foundation/mpl-token-metadata": "1.2.5", "@tsconfig/recommended": "^1.0.1", "@types/bn.js": "~5.1.0", "@types/jest": "^26.0.24", "@types/mocha": "^9.0.0", "@typescript-eslint/eslint-plugin": "^4.26.0", "@typescript-eslint/parser": "^4.26.0", "chai": "^4.3.4", "eslint-config-prettier": "^8.3.0", "jest": "^27.0.6", "mocha": "^9.0.3", "prettier": "^2.3.2", "process": "^0.11.10", "ts-jest": "^27.0.3", "tsup": "^6.5.0", "typescript": "^4.5.5" }, "lint-staged": { "*.{ts,md}": "yarn run prettier-format" }, "files": [ "/dist" ], "repository": { "type": "git", "url": "git+https://github.com/orca-so/whirlpools.git" }, "keywords": [ "orca_so", "orca", "solana", "typescript", "sdk", "crypto", "dex" ], "author": "team@orca.so", "bugs": { "url": "https://github.com/orca-so/whirlpools/issues" }, "homepage": "https://www.orca.so", "scripts": { "build": "tsup", "watch": "tsc -w -p src", "prettier-format": "prettier --config .prettierrc 'src/**/*.ts' --write", "test": "jest", "docs": "npx typedoc --excludePrivate --categorizeByGroup false --tsconfig src/tsconfig.json" } }