UNPKG

@renec-foundation/swap-router-sdk

Version:

TypeScript SDK for finding the optimal swap route

88 lines (87 loc) 2.53 kB
{ "name": "@renec-foundation/swap-router-sdk", "version": "1.0.4-alpha.0", "description": "TypeScript SDK for finding the optimal swap route", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "lint": "eslint -c .eslintrc.js", "lint:fix": "eslint -c .eslintrc.js --fix", "prepublishOnly": "yarn build", "prettier-format": "prettier --config .prettierrc 'src/**/*.ts' --write", "start-server-and-test": "start-server-and-test", "stop-only": "stop-only -f cypress", "test": "cypress run --component", "test:open": "cypress open", "wait-on": "wait-on", "warn-only": "stop-only -f cypress --warn", "watch": "tsc -w" }, "keywords": [ "typescript", "nemoswap", "swap", "router", "sdk", "renec" ], "author": "quyendl@remitano.com", "files": [ "/dist" ], "repository": { "type": "git", "url": "git+https://github.com/renec-chain/swap-router-sdk.git" }, "bugs": { "url": "https://github.com/renec-chain/swap-router-sdk/issues" }, "lint-staged": { "src/**/*.{js,ts}": [ "prettier --config .prettierrc 'src/**/*.ts' --write", "eslint --cache --fix" ] }, "license": "UNLICENSED", "dependencies": { "@orca-so/common-sdk": "^0.1.10", "@orca-so/sdk": "^1.2.26", "@project-serum/anchor": "^0.26.0", "@renec-foundation/nemoswap-sdk": "^0.9.5", "@solana/web3.js": "^1.91.0", "bs58": "^5.0.0", "decimal.js": "^10.4.3", "lodash": "^4.17.21" }, "devDependencies": { "@cypress/webpack-batteries-included-preprocessor": "^3.0.2", "@cypress/webpack-preprocessor": "^6.0.1", "@testing-library/cypress": "^10.0.1", "@types/lodash": "^4.14.202", "@types/node": "^20.11.25", "@typescript-eslint/eslint-plugin": "^7.1.1", "cypress": "^13.6.6", "cypress-fail-fast": "^7.1.0", "cypress-junit-reporter": "^1.3.1", "cypress-localstorage-commands": "^2.2.5", "cypress-split": "^1.21.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-define-config": "^2.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-prettier": "^5.1.3", "lint-staged": "^15.2.2", "mocha": "^10.3.0", "next": "^13.0.0", "prettier": "^3.2.5", "react": "^18.0.0", "react-dom": "^18.0.0", "start-server-and-test": "^2.0.3", "stop-only": "^3.3.1", "strip-ansi": "^6.0.0", "typescript": "^5.4.2", "wait-on": "^7.2.0", "xmlbuilder2": "^3.1.1" } }