mirror of
https://github.com/zkemail/zk-regex.git
synced 2026-01-10 06:07:58 -05:00
55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
|
"name": "@zk-email/zk-regex",
|
|
"version": "2.1.0",
|
|
"private": true,
|
|
"description": "zk regex circuit for content attestation",
|
|
"main": "pkg/zk_regex_compiler_bg.wasm",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"contributors": [
|
|
"Sora Suegami <suegamisora@gmail.com>",
|
|
"Yush G <aayushg@mit.edu>",
|
|
"Javier Su <javier.su.weijie@gmail.com>",
|
|
"Kata Choi <kata.choi@gmail.com>",
|
|
"Aditya Bisht <adityabisht64@gmail.com>"
|
|
],
|
|
"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"
|
|
}
|
|
} |