mango-transaction-scraper-v3/package.json

29 lines
799 B
JSON

{
"name": "mango-instruction-stats",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/blockworks-foundation/mango-transaction-scraper-v3",
"author": "Nicholas Clarke",
"license": "MIT",
"homepage": "https://github.com/blockworks-foundation/mango-transaction-scraper-v3#readme",
"dependencies": {
"@blockworks-foundation/mango-client": "^3.0.24",
"@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"
},
"devDependencies": {
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
}
}