Files
pezkuwi-extension/package.json
T
pezkuwichain 7b44c5fa22 chore: Update package author to Kurdistan Tech Institute & PezkuwiChain Team
Updated author field in all package.json files from original Polkadot
author to the Pezkuwi project maintainers.
2026-01-15 10:08:46 +03:00

89 lines
4.4 KiB
JSON

{
"author": "Kurdistan Tech Institute <dev@pezkuwichain.io> & PezkuwiChain Team <team@pezkuwichain.io>",
"bugs": "https://github.com/pezkuwichain/pezkuwi-extension/issues",
"engines": {
"node": ">=18.14"
},
"homepage": "https://github.com/pezkuwichain/pezkuwi-extension#readme",
"license": "Apache-2.0",
"packageManager": "yarn@4.12.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/pezkuwichain/pezkuwi-extension.git"
},
"sideEffects": false,
"type": "module",
"version": "0.62.15",
"versions": {
"git": "0.62.6",
"npm": "0.62.6"
},
"workspaces": [
"packages/*"
],
"scripts": {
"build": "yarn build:chrome && yarn build:ff",
"build:before": "yarn build:i18n",
"build:chrome": "cp ./packages/extension/manifest_chrome.json ./packages/extension/manifest.json && pezkuwi-dev-build-ts && yarn build:zip:chrome && yarn build:rollup",
"build:ff": "cp ./packages/extension/manifest_firefox.json ./packages/extension/manifest.json && pezkuwi-dev-build-ts && yarn build:zip:ff && yarn build:rollup",
"build:i18n": "i18next-scanner --config i18next-scanner.config.cjs",
"build:release": "pezkuwi-ci-ghact-build",
"build:rollup": "pezkuwi-exec-rollup --config",
"build:zip": "yarn build:zip:chrome && yarn build:zip:ff",
"build:zip:chrome": "cp ./packages/extension/manifest_chrome.json ./packages/extension/manifest.json && yarn build:zip:dst:chrome && yarn build:zip:src:chrome",
"build:zip:dst:chrome": "rm -rf ./master-chrome-build.zip && cd packages/extension/build && zip -r -FS ../../../master-chrome-build.zip .",
"build:zip:dst:ff": "rm -rf ./master-ff-build.zip && cd packages/extension/build && zip -r -FS ../../../master-ff-build.zip .",
"build:zip:ff": "cp ./packages/extension/manifest_firefox.json ./packages/extension/manifest.json && yarn build:zip:dst:ff && yarn build:zip:src:ff",
"build:zip:src:chrome": "rm -rf ./master-chrome-src.zip && zip -r -x '*build/*' -x '*node_modules*' -FS ./master-chrome-src.zip packages .editorconfig eslint.config.js rollup.config.js CHANGELOG.md CONTRIBUTING.md i18next-scanner.config.cjs LICENSE package.json README.md tsconfig.json yarn.lock .yarnrc.yml tsconfig.base.json tsconfig.build.json tsconfig.eslint.json tsconfig.webpack.json",
"build:zip:src:ff": "rm -rf ./master-ff-src.zip && zip -r -x '*build/*' -x '*node_modules*' -FS ./master-ff-src.zip packages .editorconfig eslint.config.js rollup.config.js CHANGELOG.md CONTRIBUTING.md i18next-scanner.config.cjs LICENSE package.json README.md tsconfig.json yarn.lock .yarnrc.yml tsconfig.base.json tsconfig.build.json tsconfig.eslint.json tsconfig.webpack.json",
"clean": "pezkuwi-dev-clean-build",
"diff": "rm -rf ff-diff && sh ./scripts/diff.sh",
"lint": "pezkuwi-dev-run-lint",
"pezkuwi-exec-webpack": "pezkuwi-exec-webpack",
"postinstall": "echo ok",
"test": "EXTENSION_PREFIX='test' pezkuwi-dev-run-test --loader ./packages/extension-mocks/src/loader-empty.js --env browser ^:.spec.tsx",
"test:one": "EXTENSION_PREFIX='test' pezkuwi-dev-run-test --env browser"
},
"devDependencies": {
"@pezkuwi/dev": "^0.85.2",
"@types/node": "^20.10.5",
"i18next-scanner": "^4.4.0",
"rollup": "^4.55.1",
"sinon-chrome": "^3.0.1"
},
"resolutions": {
"@pezkuwi/api": "^16.5.6",
"@pezkuwi/api-augment": "^16.5.6",
"@pezkuwi/api-base": "^16.5.6",
"@pezkuwi/api-derive": "^16.5.6",
"@pezkuwi/hw-ledger-transports": "^14.0.7",
"@pezkuwi/keyring": "^14.0.7",
"@pezkuwi/networks": "^14.0.7",
"@pezkuwi/rpc-augment": "^16.5.6",
"@pezkuwi/rpc-core": "^16.5.6",
"@pezkuwi/rpc-provider": "^16.5.6",
"@pezkuwi/types": "^16.5.6",
"@pezkuwi/types-augment": "^16.5.6",
"@pezkuwi/types-codec": "^16.5.6",
"@pezkuwi/types-create": "^16.5.6",
"@pezkuwi/types-known": "^16.5.6",
"@pezkuwi/types-support": "^16.5.6",
"@pezkuwi/ui-keyring": "^3.17.1",
"@pezkuwi/ui-shared": "^3.17.1",
"@pezkuwi/util": "^14.0.7",
"@pezkuwi/util-crypto": "^14.0.7",
"@pezkuwi/x-bigint": "^14.0.7",
"@pezkuwi/x-fetch": "^14.0.7",
"@pezkuwi/x-global": "^14.0.7",
"@pezkuwi/x-randomvalues": "^14.0.7",
"@pezkuwi/x-textdecoder": "^14.0.7",
"@pezkuwi/x-textencoder": "^14.0.7",
"@pezkuwi/x-ws": "^14.0.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"safe-buffer": "^5.2.1",
"typescript": "^5.5.4"
}
}