mirror of
https://github.com/chancehudson/circom-stark.git
synced 2026-01-10 14:27:54 -05:00
20 lines
361 B
JSON
20 lines
361 B
JSON
{
|
|
"name": "circom-stark",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "ava --timeout 200000"
|
|
},
|
|
"dependencies": {
|
|
"rstark": "../rstark/pkg",
|
|
"starkstark": "vimwitch/starkstark#main"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"r1csfile": "^0.0.47",
|
|
"ava": "^5.3.1"
|
|
}
|
|
}
|