-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.3 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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "maci-manager",
"version": "1.2.0",
"description": "Unified administrator for anonymous MACI",
"main": "index.js",
"scripts": {
"build": "rm -rf dist && tsc",
"manage": " node --env-file=.env dist/index.js",
"init": " node --env-file=.env dist/init.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"MACI"
],
"author": "Felix Cai",
"license": "ISC",
"devDependencies": {
"@eslint/eslintrc": "^3.0.2",
"@eslint/js": "^9.1.1",
"@types/express": "^4.17.21",
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.7",
"@types/progress": "^2.0.7",
"@types/readline-sync": "^1.4.8",
"@types/snarkjs": "^0.7.8",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-xo-typescript": "^4.0.0",
"globals": "^15.0.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
},
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.32.3",
"@cosmjs/launchpad": "^0.27.1",
"circomlib": "^0.5.5",
"ethers": "^6.12.0",
"express": "^4.19.2",
"lodash": "^4.17.21",
"progress": "^2.0.3",
"readline-sync": "^1.4.10",
"snarkjs": "^0.7.3",
"tar": "^7.4.0",
"web3": "^4.9.0"
}
}