forked from succinctlabs/telepathy-circuits
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 2.29 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@succinctlabs/telepathy-circuits",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"lint": "eslint . --ext .ts",
"typecheck": "yarn tsc --noEmit",
"test": "jest",
"test:ci": "jest --ci --coverage=false --watchAll=false",
"postinstall": "patch-package"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@chainsafe/bls": "^7.1.1",
"@chainsafe/lodestar-config": "^0.39.0",
"@chainsafe/lodestar-types": "^0.34.4",
"@lodestar/api": "^0.40.0",
"@lodestar/light-client": "^0.40.0",
"@lodestar/types": "^0.40.0",
"@noble/bls12-381": "^1.2.0",
"@types/jest": "^29.2.3",
"@types/node": "^18.0.4",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"axios": "^0.27.2",
"babel-jest": "^29.3.1",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.3.1",
"operator": "1.0.0",
"prettier": "^2.7.1",
"ts-jest": "^29.0.3",
"tsx": ">=3.7.0",
"typechain": "^8.1.1",
"typescript": ">=4.5.0"
},
"resolutions": {
"@ethereumjs/blockchain@^6.0.1": "patch:@ethereumjs/blockchain@npm%3A6.0.2#./.yarn/patches/@ethereumjs-blockchain-npm-6.0.2-c0a291725c.patch",
"@noble/bls12-381@^1.4.0": "patch:@noble/bls12-381@npm%3A1.4.0#./.yarn/patches/@noble-bls12-381-npm-1.4.0-3bccd3c8cb.patch",
"@noble/bls12-381@^1.2.0": "patch:@noble/bls12-381@npm%3A1.4.0#./.yarn/patches/@noble-bls12-381-npm-1.4.0-3bccd3c8cb.patch"
},
"dependencies": {
"@types/chai": "^4.3.1",
"@types/expect": "^24.3.0",
"circom_tester": "https://github.com/succinctlabs/circom_tester.git",
"circomlib": "^2.0.5",
"circomlibjs": "^0.1.7",
"cli-spinners": "^2.7.0",
"ora": "^6.1.2",
"patch-package": "^6.5.1",
"postinstall-postinstall": "^2.1.0",
"snarkjs": "^0.5.0",
"ts-node": "^10.9.1"
}
}