mirror of
https://github.com/pezkuwichain/pezkuwi-api.git
synced 2026-04-22 05:37:58 +00:00
Rebrand: polkadot → pezkuwi, substrate → bizinikiwi, kusama → dicle
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
"bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues",
|
||||
"description": "Transport providers for the API",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"homepage": "https://github.com/pezkuwichain/pezkuwi-api/tree/master/packages/rpc-provider#readme",
|
||||
"license": "Apache-2.0",
|
||||
"name": "@pezkuwi/rpc-provider",
|
||||
"repository": {
|
||||
"directory": "packages/rpc-provider",
|
||||
"type": "git",
|
||||
"url": "https://github.com/pezkuwichain/pezkuwi-api.git"
|
||||
},
|
||||
"sideEffects": [
|
||||
"./packageDetect.js",
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "16.5.6",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@pezkuwi/keyring": "^14.0.1",
|
||||
"@pezkuwi/types": "16.5.4",
|
||||
"@pezkuwi/types-support": "16.5.4",
|
||||
"@pezkuwi/util": "^14.0.1",
|
||||
"@pezkuwi/util-crypto": "^14.0.1",
|
||||
"@pezkuwi/x-fetch": "^14.0.1",
|
||||
"@pezkuwi/x-global": "^14.0.1",
|
||||
"@pezkuwi/x-ws": "^14.0.1",
|
||||
"eventemitter3": "^5.0.1",
|
||||
"mock-socket": "^9.3.1",
|
||||
"nock": "^13.5.5",
|
||||
"tslib": "^2.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@bizinikiwi/connect": "2.1.9"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@bizinikiwi/connect": "2.1.9"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user