-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 788 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "tradie",
"version": "1.0.1",
"description": "Tradie is a SOLANA trading bot written in typescript. It uses RSI, EMA and Bollinger-Bands technical indicators to buy or sell cryptocurrencies.",
"main": "index.js",
"scripts": {
"start": "ts-node index.ts"
},
"author": "oboshto@gmail.com",
"license": "MIT",
"dependencies": {
"@debut/indicators": "^1.3.20",
"@metaplex-foundation/js": "^0.20.1",
"@project-serum/anchor": "^0.26.0",
"@solana/spl-token": "^0.4.3",
"@solana/spl-token-registry": "^0.2.4574",
"@solana/web3.js": "^1.91.4",
"bs58": "^5.0.0",
"cross-fetch": "^4.0.0",
"dotenv": "^16.4.5",
"pino": "^8.20.0",
"pino-pretty": "^11.0.0",
"pino-std-serializers": "^6.2.2",
"ts-node": "^10.9.2"
}
}