mirror of
https://github.com/AtHeartEngineer/spartan-ecdsa.git
synced 2026-01-09 21:38:02 -05:00
19 lines
420 B
JSON
19 lines
420 B
JSON
{
|
|
"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": {
|
|
"@types/jest": "^29.2.4",
|
|
"lerna": "^6.4.0",
|
|
"snarkjs": "^0.5.0"
|
|
},
|
|
"workspaces": [
|
|
"packages/lib",
|
|
"packages/browser_benchmark",
|
|
"packages/circuits"
|
|
]
|
|
}
|