Files
semaphore/package.json
2020-03-03 23:23:23 +02:00

18 lines
469 B
JSON

{
"name": "semaphore",
"version": "0.0.1",
"description": "Solidity contracts, zk-SNARk circuits, and test scripts for the Semaphore zero-knowledge signalling gadget",
"main": "build/index.js",
"scripts": {
"test": "jest",
"bootstrap": "lerna bootstrap",
"build": "lerna run build"
},
"author": "Barry WhiteHat, Kobi Gurkan, Koh Wei Jie",
"license": "GPL-3.0",
"devDependencies": {
"lerna": "^3.18.3",
"typescript": "^3.6.4"
}
}