mirror of
https://github.com/NicoSerranoP/voteathon.git
synced 2026-04-15 03:00:23 -04:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"name": "@unirep-app/circuits",
|
|
"version": "1.0.0",
|
|
"main": "dist/src/index.js",
|
|
"types": "dist/src/index.d.ts",
|
|
"description": "ZK proofs used for the unirep attesters",
|
|
"author": "Unirep Team <team@unirep.io>",
|
|
"homepage": "https://github.com/Unirep/create-unirep-app#readme",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Unirep/create-unirep-app.git"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc && yarn copyCircom",
|
|
"buildsnark": "ts-node ./scripts/buildSnarks.ts && tsc && yarn copyCircom",
|
|
"test": "mocha -r ts-node/register test/*.test.ts --exit",
|
|
"copyCircom": "sh scripts/copyCircom.sh"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Unirep/create-unirep-app/issues"
|
|
},
|
|
"devDependencies": {
|
|
"@semaphore-protocol/identity": "^3.6.0",
|
|
"@types/mocha": "^10.0.1",
|
|
"chai": "^4.3.7",
|
|
"mocha": "^10.0.0",
|
|
"snarkjs": "^0.4.7",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.8.2"
|
|
},
|
|
"dependencies": {
|
|
"@unirep/circuits": "2.0.0-beta-3",
|
|
"@unirep/core": "2.0.0-beta-3"
|
|
}
|
|
}
|