{
|
|
"name": "circomlib-testvectors",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"author": "",
|
|
"license": "GPLv3.0",
|
|
"dependencies": {
|
|
"circomlib": "^0.2.3",
|
|
"ffjavascript": "^0.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^7.1.1"
|
|
}
|
|
}
|