mango-transaction-scraper-v3/package.json

39 lines
1.0 KiB
JSON

{
"name": "mango-instruction-stats",
"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",
"init": "node dist/init.js",
"test": "echo \"Error: no test specified\" && exit 1",
"noop": ""
},
"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.2.23",
"@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",
"prettier": "^2.0.5"
},
"devDependencies": {
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
},
"prettier": {
"singleQuote": true,
"trailingComma": "all"
}
}