forked from oden-labs/predictions-trader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 986 Bytes
/
package.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "predictions-trader",
"version": "1.0.0",
"description": "Predictions trading bot",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "jest --verbose",
"start": "npx ts-node src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oden-labs/predictions-trader.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/oden-labs/predictions-trader/issues"
},
"homepage": "https://github.com/oden-labs/predictions-trader#readme",
"dependencies": {
"@drift-labs/sdk": "^2.95.0-beta.15",
"@polymarket/clob-client": "^4.8.1",
"@solana/web3.js": "^1.95.3",
"axios": "^1.7.5",
"bs58": "^6.0.0",
"dotenv": "^16.4.5",
"path": "^0.12.7"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^22.5.4",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0"
}
}