Files
meteora-dlmm-bot/package.json
Louis-Sinan c9daaddb77 first commit
2025-12-21 12:22:16 +01:00

47 lines
1.2 KiB
JSON

{
"name": "meteora-dlmm-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "ts-node src/index.ts",
"build": "tsc",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint 'src/**/*.ts' 'tests/**/*.ts'",
"lint:fix": "eslint 'src/**/*.ts' 'tests/**/*.ts' --fix",
"withdraw": "ts-node src/withdraw.ts",
"withdraw:prod": "node dist/withdraw.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@jup-ag/api": "^6.0.47",
"@meteora-ag/dlmm": "^1.9.0",
"@solana/web3.js": "^1.98.4",
"@types/node": "^25.0.3",
"bs58": "^5.0.0",
"decimal.js": "^10.6.0",
"dotenv": "^17.2.3",
"node-cron": "^4.2.1",
"pino": "^10.1.0",
"pino-pretty": "^13.1.3"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
}
}