-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 1.03 KB
/
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
29
30
31
32
33
34
35
36
37
{
"scripts": {
"test": "npx ts-node ./test/test_all.ts",
"fmt": "npx prettier --write \"**/*.{js,ts}\"",
"codegen": "bash tpl/generate_codes_from_templates.sh"
},
"devDependencies": {
"@types/node": "^14.14.11",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"aes-js": "^3.1.2",
"bech32": "^2.0.0",
"circomlib": "^2.0.0",
"circomlibjs": "^0.0.8",
"decimal.js": "^10.2.1",
"ejs": "^3.1.6",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"ethers": "^5.0.31",
"fast-sha256": "^1.3.0",
"ffjavascript": "^0.2.34",
"fluidex.js": "github:fluidex/fluidex.js",
"prettier": "^2.2.1",
"print-diff": "^1.0.0",
"printf": "^0.6.1",
"scrypt-js": "^3.0.1",
"shelljs": "^0.8.5",
"snarkit2": "github:fluidex/snarkit2",
"snarkjs": "^0.3.55",
"tmp-promise": "^3.0.2",
"ts-node": "^9.1.1",
"typescript": "^4.1.2",
"web3-utils": "^1.3.0",
"ws": "^7.4.4"
}
}