{ "name": "byreal-sniper", "version": "1.0.0", "description": "Byreal LP Position Sniper Bot - Automated trading bot for copying LP positions", "main": "index.js", "type": "module", "scripts": { "start": "node index.js", "sniper": "node index.js start", "status": "node index.js status", "clear": "node index.js clear" }, "keywords": [ "solana", "defi", "trading", "sniper", "lp", "byreal", "jupiter" ], "author": "", "license": "MIT", "dependencies": { "@solana/spl-token": "^0.4.0", "@solana/web3.js": "^1.90.0", "axios": "^1.6.0", "bs58": "^5.0.0", "dotenv": "^16.4.0" }, "engines": { "node": ">=18.0.0" } }