mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-19 20:36:19 +00:00
ae60bbe1ce
* Add config option for paid RPC methods * Change rpcProviderNitroNode to nitro * Add config option for funding amounts * Handle review changes * Refactor config and add a method to setup provider with payments * Upgrade package versions --------- Co-authored-by: Shreerang Kale <shreerangkale@gmail.com>
16 lines
263 B
JSON
16 lines
263 B
JSON
{
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"version": "0.2.62",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"command": {
|
|
"publish": {
|
|
"registry": "https://git.vdb.to/api/packages/cerc-io/npm/",
|
|
"yes": true,
|
|
"from-git": true
|
|
}
|
|
}
|
|
}
|