61 lines
2.4 KiB
JSON
61 lines
2.4 KiB
JSON
{
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"bugs": "https://github.com/polkadot-js/extension/issues",
|
|
"engine-strict": true,
|
|
"engines": {
|
|
"node": ">=18.14"
|
|
},
|
|
"homepage": "https://github.com/polkadot-js/extension#readme",
|
|
"license": "Apache-2.0",
|
|
"packageManager": "yarn@3.2.0",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/polkadot-js/extension.git"
|
|
},
|
|
"sideEffects": false,
|
|
"version": "0.45.4",
|
|
"versions": {
|
|
"git": "0.45.4",
|
|
"npm": "0.45.4"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"build": "polkadot-dev-build-ts && yarn build:zip && yarn build:rollup",
|
|
"build:before": "yarn build:i18n && yarn build:ui",
|
|
"build:i18n": "i18next-scanner --config i18next-scanner.config.js",
|
|
"build:release": "polkadot-ci-ghact-build",
|
|
"build:rollup": "polkadot-exec-rollup --config",
|
|
"build:ui": "cd packages/extension && NODE_ENV=production yarn polkadot-exec-webpack --config webpack.extension.cjs --mode production",
|
|
"build:zip": "yarn build:zip:dst && yarn build:zip:src",
|
|
"build:zip:dst": "rm -rf ./master-build.zip && cd packages/extension/build && zip -r -FS ../../../master-build.zip .",
|
|
"build:zip:src": "rm -rf ./master-src.zip && zip -r -x '*build/*' -x '*node_modules*' -FS ./master-src.zip packages .editorconfig .eslintignore .eslintrc.js babel.config.cjs CHANGELOG.md CONTRIBUTING.md i18next-scanner.config.js LICENSE package.json README.md tsconfig.json yarn.lock",
|
|
"clean": "polkadot-dev-clean-build",
|
|
"lint": "polkadot-dev-run-lint",
|
|
"postinstall": "polkadot-dev-yarn-only",
|
|
"start": "yarn watch",
|
|
"test": "EXTENSION_PREFIX='test' polkadot-dev-run-test --loader ./packages/extension-mocks/src/loader-empty.js --env browser ^:.spec.tsx",
|
|
"test:one": "EXTENSION_PREFIX='test' polkadot-dev-run-test --env browser",
|
|
"watch": "cd packages/extension && yarn polkadot-exec-webpack --config webpack.watch.cjs --mode development --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@polkadot/dev": "^0.72.25",
|
|
"@types/node": "^18.15.9",
|
|
"i18next-scanner": "^4.2.0",
|
|
"sinon-chrome": "^3.0.1"
|
|
},
|
|
"resolutions": {
|
|
"@polkadot/api": "^10.2.1",
|
|
"@polkadot/keyring": "^11.1.2",
|
|
"@polkadot/networks": "^11.1.2",
|
|
"@polkadot/types": "^10.2.1",
|
|
"@polkadot/util": "^11.1.2",
|
|
"@polkadot/util-crypto": "^11.1.2",
|
|
"@polkadot/x-fetch": "^11.1.2",
|
|
"safe-buffer": "^5.2.1",
|
|
"typescript": "^5.0.2"
|
|
}
|
|
}
|