forked from zkemail/zk-regex
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.48 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
{
"name": "@zk-email/zk-regex",
"version": "2.1.1",
"private": true,
"description": "zk regex circuit for content attestation",
"main": "pkg/zk_regex_compiler_bg.wasm",
"workspaces": [
"packages/*"
],
"contributors": [
"Sora Suegami <[email protected]>",
"Yush G <[email protected]>",
"Javier Su <[email protected]>",
"Kata Choi <[email protected]>",
"Aditya Bisht <[email protected]>"
],
"scripts": {
"install": "yarn workspaces -pt run install",
"build": "yarn workspaces -pt run build",
"postinstall": "cargo install --path ./packages/compiler",
"test": "yarn workspaces -pt run test",
"upload-binary": "yarn workspaces -pt run upload-binary"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zk-email-verify/zk-regex.git"
},
"keywords": [
"circom",
"circuit",
"regex",
"zk",
"attestation"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/zk-email-verify/zk-regex/issues"
},
"homepage": "https://github.com/zk-email-verify/zk-regex#readme",
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/plugin-transform-modules-commonjs": "^7.22.15",
"@babel/preset-env": "^7.22.2",
"@babel/preset-react": "^7.22.0",
"@types/jest": "^29.5.4",
"babel-jest": "^29.5.0",
"babel-preset-jest": "^29.5.0",
"jest": "^29.5.0",
"prettier": "^3.0.0",
"prettier-plugin-solidity": "^1.1.3"
},
"engines": {
"yarn": "^1.22.0"
}
}