meteora-dbc-toolkit
Version:
TypeScript toolkit for building buy/sell transactions against Meteora Dynamic Bonding Curves on Solana.
41 lines (40 loc) • 919 B
JSON
{
"name": "meteora-dbc-toolkit",
"version": "1.0.3",
"description": "TypeScript toolkit for building buy/sell transactions against Meteora Dynamic Bonding Curves on Solana.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "npm run build"
},
"author": "",
"license": "ISC",
"keywords": [
"solana",
"meteora",
"bonding-curve",
"dbc",
"sdk"
],
"engines": {
"node": ">=18"
},
"dependencies": {
"@coral-xyz/anchor": "^0.29.0",
"@meteora-ag/dynamic-bonding-curve-sdk": "^1.3.6",
"@solana/spl-token": "^0.4.13",
"@solana/web3.js": "^1.98.4",
"bn.js": "^5.2.2"
},
"devDependencies": {
"@types/bn.js": "^5.2.0",
"@types/node": "^24.2.1",
"typescript": "^5.9.2"
},
"files": [
"dist/**/*"
]
}