@dinolab/crypto-mm
Version:
Crypto Market Maker
37 lines (36 loc) • 884 B
JSON
{
"name": "@dinolab/crypto-mm",
"version": "1.0.0",
"description": "Crypto Market Maker",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"keywords": ["crypto", "market-maker"],
"license": "MIT",
"author": {
"email": "ngochung1243@gmail.com"
},
"dependencies": {
"@metaplex-foundation/mpl-token-metadata": "^3.4.0",
"@metaplex-foundation/umi": "^1.2.0",
"@metaplex-foundation/umi-bundle-defaults": "^1.2.0",
"@raydium-io/raydium-sdk-v2": "^0.2.5-alpha",
"@solana/spl-token": "^0.4.13",
"@solana/web3.js": "^1.98.2",
"axios": "^1.10.0",
"bs58": "^6.0.0",
"pinata": "^2.4.9"
},
"devDependencies": {
"@types/node": "24.0.4",
"typescript": "5.8.3"
}
}