UNPKG

goosefx-ssl-sdk-prism

Version:

SDK for interacting with GooseFX Single-sided Liquidity pools

64 lines (63 loc) 1.73 kB
{ "name": "goosefx-ssl-sdk-prism", "version": "1.1.7", "description": "SDK for interacting with GooseFX Single-sided Liquidity pools", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/GooseFX1/gfx-ssl-sdk.git" }, "keywords": [ "ssl", "solana", "pool", "sdk", "goosefx" ], "files": [ "/dist" ], "author": "GooseFX", "license": "MIT", "bugs": { "url": "https://github.com/GooseFX1/gfx-ssl-sdk/issues" }, "homepage": "https://github.com/GooseFX1/gfx-ssl-sdk/tree/master/ts", "scripts": { "build": "tsc -p src", "watch": "tsc -w -p src", "prettier-format": "prettier --config .prettierrc 'src/**/*.ts' --write", "prepare": "cd .. && husky install", "prepublishOnly": "tsc -p src", "test": "jest" }, "dependencies": { "@orca-so/sdk": "^1.2.23", "@project-serum/anchor": "^0.17.1-beta.1", "@solana/buffer-layout": "^4.0.0", "@solana/spl-token": "0.1.8", "@solana/web3.js": "^1.41.1" }, "devDependencies": { "@babel/core": "^7.17.12", "@babel/plugin-transform-modules-commonjs": "^7.17.12", "@babel/preset-env": "^7.17.12", "@types/bn.js": "^4.11.6", "@types/jest": "^27.5.1", "@types/node": "^12.0.0", "@typescript-eslint/eslint-plugin": "^4.26.0", "@typescript-eslint/parser": "^4.26.0", "babel-jest": "^28.1.0", "builder-pattern": "^1.3.0", "eslint-config-prettier": "^8.3.0", "eslint-config-react-app": "^6.0.0", "husky": "^7.0.1", "jest": "^28.1.0", "lint-staged": ">=10", "prettier": "^2.3.2", "ts-jest": "^28.0.2", "ts-loader": "^9.3.0", "typescript": "^4.6.4" } }