mirror of
https://github.com/chancehudson/circom-stark.git
synced 2026-05-10 03:00:51 -04:00
19 lines
334 B
JSON
19 lines
334 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": {
|
|
"ava": "^5.3.1"
|
|
}
|
|
}
|