Files
pezkuwi-extension/packages/extension-dapp/package.json
T
pezkuwichain ea2db6558f feat: complete Pezkuwi rebrand - remove other networks
- Remove all Polkadot ecosystem networks from chain selector
- Keep only: Pezkuwi Relay Chain, Zagros Relay Chain, Pezkuwi Beta Testnet
- Update extension ID from polkadot-js to pezkuwi
- Update PhishingDetected to use Pezkuwi branding
- Update metadataMock: Westend → Zagros, WND → ZGR
- Disable Ledger chains (no Pezkuwi Ledger app yet)
- Update Identicon to handle pezkuwi icon theme
- Clean up translation files

Breaking: Extension now only supports Pezkuwi networks
2026-01-08 23:46:33 +03:00

38 lines
1.1 KiB
JSON

{
"author": "Jaco Greeff <jacogr@gmail.com>",
"bugs": "https://github.com/pezkuwichain/pezkuwi-extension/issues",
"description": "Provides an interfaces around the injected globals for ease of access by dapp developers.",
"engines": {
"node": ">=18"
},
"homepage": "https://github.com/pezkuwichain/pezkuwi-extension/tree/master/packages/extension-dapp#readme",
"license": "Apache-2.0",
"name": "@pezkuwi/extension-dapp",
"repository": {
"directory": "packages/extension-dapp",
"type": "git",
"url": "https://github.com/pezkuwichain/pezkuwi-extension.git"
},
"sideEffects": [
"./packageDetect.js",
"./packageDetect.cjs"
],
"type": "module",
"version": "0.62.12",
"main": "index.js",
"dependencies": {
"@pezkuwi/extension-inject": "workspace:*",
"@pezkuwi/util": "^14.0.5",
"@pezkuwi/util-crypto": "^14.0.5",
"tslib": "^2.8.1"
},
"devDependencies": {
"@pezkuwi/dev-test": "^0.84.3"
},
"peerDependencies": {
"@pezkuwi/api": "*",
"@pezkuwi/util": "*",
"@pezkuwi/util-crypto": "*"
}
}