Setup Lerna

This commit is contained in:
Daniel Tehrani
2023-01-12 17:19:11 +09:00
parent 90a8ad3b83
commit 41c1a4ed59
3 changed files with 7576 additions and 21 deletions

5
lerna.json Normal file
View File

@@ -0,0 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.0.0"
}

View File

@@ -1,11 +1,18 @@
{
"private": true,
"name": "spartan-ecdsa",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/DanTehrani/spartan-wasm.git",
"author": "Daniel Tehrani <contact@dantehrani.com>",
"devDependencies": {
"snarkjs": "^0.5.0",
"@types/jest": "^29.2.4"
}
"@types/jest": "^29.2.4",
"lerna": "^6.4.0",
"snarkjs": "^0.5.0"
},
"workspaces": [
"packages/lib",
"packages/browser_benchmark",
"packages/circuits"
]
}

7579
yarn.lock

File diff suppressed because it is too large Load Diff