forked from vocdoni/keccak256-circom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 902 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "@electron-labs/keccak-circom",
"version": "0.0.3",
"description": "Keccak256 hash ethereum compatible implementation in Circom",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --max-old-space-size=4000",
"clean": "rm -rf node_modules && make clean && npm i",
"publish-npm": "npm publish --access public --ignore-scripts --@OWNER:registry='https://registry.npmjs.org'",
"publish-github": "npm publish --access public --ignore-scripts --@electron-labs:registry='https://npm.pkg.github.com'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Electron-Labs/keccak-circom.git"
},
"author": "Vocdoni, rahulghangas",
"license": "GPL-3.0",
"devDependencies": {
"circomlib": "^2.0.1",
"chai": "^4.3.4",
"circom_tester": "0.0.9",
"mocha": "^9.1.2",
"keccak256": "1.0.3"
}
}