@orca-so/whirlpool-sdk
Version:
Whirlpool SDK for the Orca protocol.
68 lines (67 loc) • 1.71 kB
JSON
{
"name": "@orca-so/whirlpool-sdk",
"version": "0.4.2",
"description": "Whirlpool SDK for the Orca protocol.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"dependencies": {
"@orca-so/common-sdk": "0.0.4",
"@orca-so/whirlpool-client-sdk": "0.0.7",
"@project-serum/anchor": "^0.20.1",
"@solana/spl-token": "^0.1.8",
"@solana/web3.js": "^1.31.0",
"axios": "^0.25.0",
"decimal.js": "^10.3.1",
"tiny-invariant": "^1.2.0"
},
"devDependencies": {
"@types/bn.js": "^4.11.6",
"@types/decimal.js": "^7.4.0",
"@types/jest": "^26.0.24",
"@types/node": "^12.0.0",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"builder-pattern": "^1.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"husky": "^7.0.1",
"jest": "^27.0.6",
"lint-staged": ">=10",
"prettier": "^2.3.2",
"ts-jest": "^27.0.3",
"typescript": "^4.3.2"
},
"scripts": {
"build": "tsc -p src",
"watch": "tsc -w -p src",
"prettier-format": "prettier --config .prettierrc 'src/**/*.ts' --write",
"prepare": "husky install",
"prepublishOnly": "yarn build",
"test": "jest"
},
"lint-staged": {
"*.{ts,md}": "yarn run prettier-format"
},
"files": [
"/dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/orca-so/whirlpool-sdk.git"
},
"keywords": [
"orca_so",
"orca",
"solana",
"typescript",
"sdk",
"crypto",
"dex"
],
"author": "team@orca.so",
"bugs": {
"url": "https://github.com/orca-so/whirlpool-sdk/issues"
},
"homepage": "https://www.orca.so"
}