UNPKG

@renec-foundation/redex-sdk

Version:

Typescript SDK to interact with Orca's Whirlpool program.

69 lines (68 loc) 1.82 kB
{ "name": "@renec-foundation/redex-sdk", "version": "0.8.1-beta", "description": "Typescript SDK to interact with Orca's Whirlpool program.", "license": "Apache-2.0", "main": "dist/index.js", "types": "dist/index.d.ts", "dependencies": { "@metaplex-foundation/mpl-token-metadata": "1.2.5", "@orca-so/common-sdk": "^0.1.10", "@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": { "@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", "start-server-and-test": "^2.0.0", "ts-jest": "^27.0.3", "typedoc": "~0.22.18", "ts-mocha": "^10.0.0", "typescript": "^4.5.5" }, "scripts": { "build": "tsc -p src", "watch": "tsc -w -p src", "prepublishOnly": "yarn build", "prettier-format": "prettier --config .prettierrc 'src/**/*.ts' --write", "test": "anchor test", "start-server-and-test": "start-server-and-test", "docs": "npx typedoc --options typedoc.json" }, "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" }