forked from matter-labs/zksync
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6129ebd
commit 10e05df
Showing
2 changed files
with
13,616 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"name": "zksync-root", | ||
"version": "1.0.0", | ||
"license": "MIT", | ||
"private": true, | ||
"workspaces": [ | ||
"sdk/zksync.js", | ||
|
||
"contracts", | ||
|
||
"infrastructure/analytics", | ||
"infrastructure/fee-seller", | ||
"infrastructure/explorer", | ||
"infrastructure/zcli", | ||
|
||
"core/tests/ts-tests" | ||
], | ||
"scripts": { | ||
"zksync" : "yarn workspace zksync", | ||
"contracts" : "yarn workspace franklin-contracts", | ||
"analytics" : "yarn workspace analytics", | ||
"fee-seller" : "yarn workspace fee-seller", | ||
"explorer" : "yarn workspace explorer", | ||
"zcli" : "yarn workspace zcli", | ||
"ts-tests" : "yarn workspace ts-tests" | ||
} | ||
} |
Oops, something went wrong.