mirror of
https://github.com/pezkuwichain/pezkuwi-subquery.git
synced 2026-04-22 01:57:58 +00:00
17 lines
432 B
JSON
17 lines
432 B
JSON
{
|
|
"name": "pezkuwi-noter-bot",
|
|
"version": "1.0.0",
|
|
"description": "Noter bot: collects staking data from Relay Chain / Asset Hub and submits to People Chain",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node bot.js",
|
|
"dev": "node --watch bot.js"
|
|
},
|
|
"dependencies": {
|
|
"@pezkuwi/api": "^16.5.36",
|
|
"@pezkuwi/keyring": "^14.0.25",
|
|
"@pezkuwi/util": "^14.0.25",
|
|
"@pezkuwi/util-crypto": "^14.0.25"
|
|
}
|
|
}
|