non_npm_packages: 01protocol/zo-arb, package.json
This data as json
| commit | contents | organization | path | repository |
|---|---|---|---|---|
| 3cf5a2b70ef6bf3f5d78e8d2fa6088fcfca86a0c | {
"dependencies": {
"@drift-labs/sdk": "^0.1.7",
"@project-serum/anchor": "^0.20.1",
"@solana/web3.js": "^1.36.0",
"@zero_one/client": "^0.8.6",
"bunyan": "^1.8.15",
"ftx-api": "^1.1.7"
},
"description": "Arbitrage bot for 01 Exchange and FTX",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"eslint": "^8.8.0",
"prettier": "^2.5.1",
"typescript": "^4.5.5"
},
"main": "dist/index.js",
"name": "zo-arb",
"scripts": {
"bunyan": "npm run start | bunyan",
"lint": "eslint . --ext .ts",
"start": "tsc && ANCHOR_WALLET=./bot-key.json node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.0"
} |
01protocol | package.json | 01protocol/zo-arb |