2023-05-03 01:19:28 +03:00
|
|
|
enableTelemetry: false
|
|
|
|
|
2023-05-11 21:49:07 +03:00
|
|
|
npmAuthToken: ${GITEA_AUTH_TOKEN}
|
2023-05-09 01:07:42 +03:00
|
|
|
|
2023-05-11 21:49:07 +03:00
|
|
|
npmPublishRegistry: https://${TARGET_REGISTRY_DOMAIN}/api/packages/${TARGET_REGISTRY_USER}/npm/
|
2023-05-09 01:07:42 +03:00
|
|
|
|
2023-04-29 19:44:05 +03:00
|
|
|
npmScopes:
|
2023-05-03 01:19:28 +03:00
|
|
|
tornado:
|
2023-05-11 21:49:07 +03:00
|
|
|
npmRegistryServer: https://${TARGET_REGISTRY_DOMAIN}/api/packages/${TARGET_REGISTRY_USER}/npm/
|
2023-04-29 19:44:05 +03:00
|
|
|
|
|
|
|
packageExtensions:
|
|
|
|
"@resolver-engine/imports-fs@*":
|
|
|
|
dependencies:
|
|
|
|
"@resolver-engine/core": "*"
|
2023-05-03 01:19:28 +03:00
|
|
|
|
|
|
|
plugins:
|
|
|
|
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
|
|
|
spec: "@yarnpkg/plugin-workspace-tools"
|
2023-05-09 01:07:42 +03:00
|
|
|
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
|
|
|
|
spec: "@yarnpkg/plugin-version"
|
2023-06-10 23:27:32 +03:00
|
|
|
|
|
|
|
httpTimeout: 1000000
|