export-ton-verifier
Version:
Tool for generating a Groth16 verifier code for the TON blockchain from SnarkJS .zkey files.
59 lines (58 loc) • 1.32 kB
JSON
{
"name": "export-ton-verifier",
"version": "1.2.5",
"description": "Tool for generating a Groth16 verifier code for the TON blockchain from SnarkJS .zkey files.",
"homepage": "https://github.com/mysteryon88/export-ton-verifier#readme",
"bugs": {
"url": "https://github.com/mysteryon88/export-ton-verifier/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mysteryon88/export-ton-verifier.git"
},
"keywords": [
"zksnark",
"groth16",
"ton",
"func",
"tact",
"tolk",
"zero",
"knowledge",
"circuit"
],
"license": "MIT",
"author": "white_coon",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"bin": {
"export-ton-verifier": "./dist/cli.js"
},
"files": [
"dist",
"templates",
"README.md",
"LICENSE"
],
"scripts": {
"build": "npx tsup && npm pack"
},
"dependencies": {
"@ton/core": "^0.61.0",
"ejs": "^3.1.10",
"ffjavascript": "^0.3.1",
"snarkjs": "^0.7.5"
},
"devDependencies": {
"tsup": "^8.5.0"
}
}