sdk-monorepo/.yarnrc.yml
T-Hax 9419f0673c Monorepository has been setup
Signed-off-by: T-Hax <>
2023-05-02 22:19:28 +00:00

23 lines
644 B
YAML

enableTelemetry: false
npmScopes:
thax:
npmRegistryServer: "https://development.tornadocash.community/api/packages/T-Hax/npm/"
tornado:
npmRegistryServer: "https://development.tornadocash.community/api/packages/T-Hax/npm/"
npmPublishRegistry: "https://development.tornadocash.community/api/packages/T-Hax/npm/"
npmAuthToken: ${GITEA_AUTH_TOKEN}
packageExtensions:
"@resolver-engine/imports-fs@*":
dependencies:
"@resolver-engine/core": "*"
"@thax/circomlib@*":
dependencies:
web3-utils: "*"
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"