forked from OffchainLabs/arbitrum-tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 706 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 706 Bytes
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
{
"name": "arbitrum-tutorials",
"version": "1.0.0",
"description": "The Arbitrum Tutorials Monorepo",
"author": "Offchain Labs, Inc.",
"license": "Apache-2.0",
"private": "true",
"engines": {
"node": ">= 8.0.0 < 17.0.0",
"npm": "^6.0.0",
"yarn": "^1.0.0"
},
"workspaces": {
"packages": [
"packages/greeter",
"packages/eth-deposit",
"packages/eth-withdraw",
"packages/arb-shared-dependencies",
"packages/token-deposit",
"packages/token-withdraw",
"packages/demo-dapp-pet-shop",
"packages/demo-dapp-election",
"packages/outbox-execute",
"packages/address-table",
"packages/custom-token-bridging"
]
}
}