mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 02:07:56 +00:00
a5542fdd87
- Fixed internal @polkadot references to @pezkuwi - Updated hw-ledger and hw-ledger-transports packages - Updated keyring and networks packages - Version 14.0.7
47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"author": "Pezkuwi Team <team@pezkuwichain.io>",
|
|
"bugs": "https://github.com/pezkuwichain/pezkuwi-common/issues",
|
|
"engines": {
|
|
"node": ">=18.14"
|
|
},
|
|
"homepage": "https://github.com/pezkuwichain/pezkuwi-common#readme",
|
|
"license": "Apache-2.0",
|
|
"packageManager": "yarn@4.9.1",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/pezkuwichain/pezkuwi-common.git"
|
|
},
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"version": "14.0.7",
|
|
"versions": {
|
|
"git": "14.0.6",
|
|
"npm": "14.0.6"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"build": "pezkuwi-dev-build-ts",
|
|
"build:networks": "pezkuwi-dev-run-test packages/networks/src",
|
|
"build:release": "pezkuwi-ci-ghact-build",
|
|
"build:rollup": "pezkuwi-exec-rollup --config",
|
|
"clean": "pezkuwi-dev-clean-build",
|
|
"deno": "yarn pezkuwi-dev-deno-map && yarn build && deno check --import-map=import_map.json mod.ts",
|
|
"lint": "pezkuwi-dev-run-lint",
|
|
"postinstall": "pezkuwi-dev-yarn-only",
|
|
"test": "pezkuwi-dev-run-test --env browser ^mnemonic/toMiniSecretCmp",
|
|
"test:mnemonicCmp": "pezkuwi-dev-run-test --env browser mnemonic/toMiniSecretCmp",
|
|
"test:node": "pezkuwi-dev-run-test --env browser ^mnemonic/toMiniSecretCmp",
|
|
"test:one": "pezkuwi-dev-run-test --env browser"
|
|
},
|
|
"devDependencies": {
|
|
"@pezkuwi/dev": "^0.85.2",
|
|
"@types/node": "^22.7.5"
|
|
},
|
|
"resolutions": {
|
|
"typescript": "^5.5.4"
|
|
}
|
|
}
|