You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

32 lines
779 B

{
"name": "arbo-testvectors-circom",
"version": "0.0.1",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"build": "npm run clean && ./node_modules/.bin/tsc",
"clean": "rimraf dist",
"pretest": "cd go-data-generator && go test",
"test": "npm run build && ./node_modules/.bin/mocha -r ts-node/register test/**/*.ts"
},
"author": "",
"license": "GPL-3.0",
"dependencies": {
"chai": "^4.2.0",
"circom": "0.5.45",
"circomlib": "^0.5.0",
"ffjavascript": "0.2.33"
},
"devDependencies": {
"@types/chai": "^4.2.14",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.25",
"mocha": "^8.0.1",
"ts-node": "^9.1.1",
"tslint": "^6.1.3",
"typescript": "^4.1.3"
}
}