mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
29 lines
883 B
YAML
29 lines
883 B
YAML
enableScripts: false
|
|
checksumBehavior: "ignore"
|
|
enableTelemetry: false
|
|
|
|
logFilters:
|
|
- code: YN0004
|
|
level: discard
|
|
|
|
nodeLinker: node-modules
|
|
|
|
npmRegistries:
|
|
"https://npm.pkg.github.com":
|
|
npmAlwaysAuth: true
|
|
npmAuthToken: "${GITHUB_PACKAGE_READ_TOKEN-}"
|
|
|
|
npmScopes:
|
|
metamask:
|
|
npmRegistryServer: "${METAMASK_NPM_REGISTRY:-https://registry.yarnpkg.com}"
|
|
|
|
plugins:
|
|
- path: .yarn/plugins/@yarnpkg/plugin-allow-scripts.cjs
|
|
spec: "https://raw.githubusercontent.com/LavaMoat/LavaMoat/main/packages/yarn-plugin-allow-scripts/bundles/@yarnpkg/plugin-allow-scripts.js"
|
|
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
|
|
spec: "@yarnpkg/plugin-version"
|
|
- path: .yarn/plugins/@yarnpkg/plugin-engines.cjs
|
|
spec: "https://raw.githubusercontent.com/devoto13/yarn-plugin-engines/main/bundles/%40yarnpkg/plugin-engines.js"
|
|
|
|
yarnPath: .yarn/releases/yarn-3.2.4.cjs
|