mirror of
https://github.com/zkemail/zk-regex.git
synced 2026-04-20 03:00:22 -04:00
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "zk-regex",
|
|
"version": "0.0.1",
|
|
"description": "zk regex circuit for content attestation",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "NODE_OPTIONS=--max_old_space_size=56000 mocha --timeout 600000 -r ts-node/register 'test/**/*.ts'",
|
|
"compile": "node compiler/cli.js compile"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/zk-email-verify/zk-regex.git"
|
|
},
|
|
"keywords": [
|
|
"circom",
|
|
"circuit",
|
|
"regex",
|
|
"zk",
|
|
"attestation"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/zk-email-verify/zk-regex/issues"
|
|
},
|
|
"homepage": "https://github.com/zk-email-verify/zk-regex#readme",
|
|
"dependencies": {
|
|
"circomlib": "^2.0.2",
|
|
"commander": "^10.0.0",
|
|
"regexp-tree": "^0.1.24"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.3.0",
|
|
"@types/expect": "^24.3.0",
|
|
"@types/mocha": "^9.0.0",
|
|
"chai": "^4.3.4",
|
|
"circom_tester": "katat/circom_tester#feat/signal-json",
|
|
"mocha": "^9.1.3",
|
|
"ts-node": "^10.4.0",
|
|
"typescript": "^4.5.4"
|
|
}
|
|
}
|