mango-transaction-scraper-v3/package.json

39 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2021-09-28 14:52:55 -07:00
{
"name": "mango-instruction-stats",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2021-12-14 09:34:40 -08:00
"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",
2021-12-14 09:34:40 -08:00
"noop": ""
2021-09-28 14:52:55 -07:00
},
"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": {
2022-01-09 12:42:57 -08:00
"@blockworks-foundation/mango-client": "^3.2.23",
2021-09-28 14:52:55 -07:00
"@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"
2021-09-28 14:52:55 -07:00
},
"devDependencies": {
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
},
"prettier": {
"singleQuote": true,
"trailingComma": "all"
2021-09-28 14:52:55 -07:00
}
}