mango-transaction-scraper/package.json

38 lines
1022 B
JSON

{
"name": "mango-transaction-scraper",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"clean": "rm -rf dist",
"prepare": "yarn clean && yarn build",
"start": "node dist/index.js",
"update-pnl-cache": "node dist/updatePnlCache/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"noop": ""
},
"repository": "https://github.com/nicholasgodfreyclarke/mango-instruction-stats",
"author": "Nicholas Clarke",
"license": "MIT",
"homepage": "https://github.com/nicholasgodfreyclarke/mango-instruction-stats#readme",
"dependencies": {
"@blockworks-foundation/mango-client": "^2.1.3",
"@solana/web3.js": "^1.2.7",
"axios": "^0.21.1",
"bs58": "^4.0.1",
"package.json": "^2.0.1",
"pg": "^8.6.0",
"pg-format": "^1.0.4",
"pg-promise": "^10.10.2",
"node-cron": "^3.0.0"
},
"devDependencies": {
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
},
"engines": {
"node": "14.x"
}
}