generated from protokol/core-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yarnrc.yml
67 lines (65 loc) · 2.09 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
61
62
63
64
65
66
67
packageExtensions:
"@arkecosystem/core-kernel@*":
dependencies:
"@arkecosystem/core-api": latest
"@arkecosystem/core-blockchain": latest
"@arkecosystem/core-database": latest
"@arkecosystem/core-forger": latest
"@arkecosystem/core-logger-pino": latest
"@arkecosystem/core-magistrate-api": latest
"@arkecosystem/core-magistrate-transactions": latest
"@arkecosystem/core-p2p": latest
"@arkecosystem/core-snapshots": latest
"@arkecosystem/core-state": latest
"@arkecosystem/core-transaction-pool": latest
"@arkecosystem/core-transactions": latest
"@arkecosystem/core-webhooks": latest
"@protokol/guardian-api": "workspace:packages/guardian-api"
"@protokol/guardian-transactions": "workspace:packages/guardian-transactions"
"@arkecosystem/core-magistrate-api@*":
dependencies:
"@arkecosystem/crypto": latest
"@arkecosystem/core-manager@*":
dependencies:
lodash: latest
"@arkecosystem/core-snapshots@*":
dependencies:
joi: latest
"@arkecosystem/core-transaction-pool@*":
dependencies:
"@arkecosystem/core-magistrate-crypto": next
"@arkecosystem/core@*":
dependencies:
"@oclif/errors": latest
"@arkecosystem/crypto@*":
dependencies:
"@types/node": latest
"@types/eslint-plugin-prettier@*":
dependencies:
eslint: latest
jest-circus@*:
dependencies:
slash: 3.0.0
jest-util@*:
dependencies:
jest-runner: 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-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
yarnPath: .yarn/releases/yarn-3.1.1.cjs