mirror of
https://github.com/AtHeartEngineer/spartan-ecdsa.git
synced 2026-01-09 05:18:01 -05:00
Setup Lerna
This commit is contained in:
5
lerna.json
Normal file
5
lerna.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
||||
"useWorkspaces": true,
|
||||
"version": "0.0.0"
|
||||
}
|
||||
13
package.json
13
package.json
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user