-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yarnrc.yml
60 lines (58 loc) · 1.94 KB
/
.yarnrc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
packageExtensions:
"@arkecosystem/core-database@*":
dependencies:
pg: latest
"@arkecosystem/core-kernel@*":
dependencies:
"@arkecosystem/core-api": next
"@arkecosystem/core-blockchain": next
"@arkecosystem/core-database": next
"@arkecosystem/core-forger": next
"@arkecosystem/core-logger-pino": next
"@arkecosystem/core-magistrate-api": next
"@arkecosystem/core-magistrate-transactions": next
"@arkecosystem/core-manager": next
"@arkecosystem/core-p2p": next
"@arkecosystem/core-snapshots": next
"@arkecosystem/core-state": next
"@arkecosystem/core-transaction-pool": next
"@arkecosystem/core-transactions": next
"@arkecosystem/core-webhooks": next
"@protokol/notarization-api": "workspace:packages/notarization-api"
"@protokol/notarization-transactions": "workspace:packages/notarization-transactions"
"@arkecosystem/core-transaction-pool@*":
dependencies:
"@arkecosystem/core-magistrate-crypto": next
bytebuffer: latest
"@arkecosystem/core@*":
dependencies:
"@oclif/errors": latest
"@arkecosystem/crypto@*":
dependencies:
"@types/node": latest
"@oclif/plugin-help@*":
dependencies:
"@oclif/errors": latest
"@types/eslint-plugin-prettier@*":
dependencies:
eslint: latest
node-fetch@*:
dependencies:
domexception: latest
pg-cursor@*:
dependencies:
pg: latest
typeorm@*:
dependencies:
pg: latest
pg-query-stream: latest
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
yarnPath: .yarn/releases/yarn-2.4.0.cjs