@thespidercode/openbook-swap
Version:
Ready-to-use swap tool using Openbook DEX
61 lines (60 loc) • 1.61 kB
JSON
{
"name": "@thespidercode/openbook-swap",
"private": false,
"version": "0.0.51",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc --project tsconfig.build.json",
"test": "jest --coverage"
},
"peerDependencies": {
"@solana/spl-token": "0.3.7",
"@solana/web3.js": "^1.75.0",
"bn.js": "5.2.1",
"lodash.debounce": "^4.0.8",
"react": "^18.2.0",
"react-currency-input-field": "^3.6.10",
"react-tooltip": "^5.11.1"
},
"devDependencies": {
"@solana/spl-token": "0.3.7",
"@solana/wallet-adapter-react": "^0.15.32",
"@solana/web3.js": "^1.75.0",
"@types/bn.js": "^5.1.1",
"@types/jest": "^29.5.1",
"@types/lodash.debounce": "^4.0.7",
"@types/react": "^18.2.2",
"@types/react-dom": "^18.2.3",
"bn.js": "5.2.1",
"lodash.debounce": "^4.0.8",
"react": "^18.2.0",
"react-currency-input-field": "^3.6.10",
"ts-jest": "^29.1.0",
"typescript": "5.0.4"
},
"description": "Ready-to-use swap tool using Openbook DEX",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheSpiderInc/openbook-swap.git"
},
"keywords": [
"solana",
"openbook",
"dex",
"swap"
],
"author": "thespiderinc",
"license": "ISC",
"bugs": {
"url": "https://github.com/TheSpiderInc/openbook-swap/issues"
},
"homepage": "https://github.com/TheSpiderInc/openbook-swap#readme",
"dependencies": {
"@types/axios": "^0.14.0",
"buffer-layout": "^1.2.2"
}
}