solana-dexco-basic
Version:
Professional DEX and DeFi utilities for Solana with Birdseye integration for token analytics, liquidity analysis, and yield farming
72 lines (71 loc) • 1.45 kB
JSON
{
"name": "solana-dexco-basic",
"version": "1.2.5",
"description": "Professional DEX and DeFi utilities for Solana with Birdseye integration for token analytics, liquidity analysis, and yield farming",
"main": "index.js",
"types": "index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"default": "./index.js"
}
},
"files": [
"index.js",
"index.d.ts",
"README.md"
],
"scripts": {
"test": "node test.js",
"prepublishOnly": "npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/solEchoForge/solana-dexco-basic.git"
},
"bugs": {
"url": "https://github.com/solEchoForge/solana-dexco-basic/issues"
},
"homepage": "https://github.com/solEchoForge/solana-dexco-basic#readme",
"keywords": [
"solana",
"dex",
"defi",
"birdseye",
"analytics",
"trading",
"liquidity",
"yield",
"farming",
"swap",
"amm",
"pools",
"token",
"security",
"price",
"market",
"data",
"typescript",
"nodejs",
"sdk",
"utils"
],
"author": {
"name": "James Alien",
"url": "https://github.com/solEchoForge"
},
"license": "MIT",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"tensor-fi-utils-core": "1.0.2"
},
"publishConfig": {
"access": "public"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/solEchoForge"
}
}