Files
circom-stark/package.json

20 lines
393 B
JSON

{
"name": "circom-stark",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "ava ./test/exampleR1cs.test.mjs --timeout 200000"
},
"dependencies": {
"rstark": "../rstark/pkg",
"starkstark": "chancehudson/starkstark#main"
},
"author": "",
"license": "MIT",
"devDependencies": {
"r1csfile": "^0.0.47",
"ava": "^5.3.1"
}
}