@solarity/zkit
Version:
Circom zero knowledge kit
68 lines (67 loc) • 1.58 kB
JSON
{
"name": "@solarity/zkit",
"version": "0.3.7",
"license": "MIT",
"author": "Distributed Lab",
"readme": "README.md",
"description": "Circom zero knowledge kit",
"repository": {
"type": "git",
"url": "git+https://github.com/dl-solarity/zkit.git"
},
"files": [
"dist",
"src",
"LICENSE",
"README.md"
],
"keywords": [
"solarity",
"circom",
"kit",
"zkp"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "husky",
"build": "tsc",
"test": "mocha --recursive 'test/**/*.ts' --exit",
"coverage": "nyc mocha --recursive 'test/**/*.ts' --exit",
"lint-fix": "prettier --write \"./**/*.ts\"",
"publish-to-npm": "npm run lint-fix && bash ./scripts/publish.sh"
},
"nyc": {
"reporter": [
"html",
"text"
]
},
"dependencies": {
"ejs": "3.1.10",
"snarkjs": "0.7.5",
"@iden3/binfileutils": "0.0.12",
"ffjavascript": "0.3.1",
"readline": "1.3.0"
},
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "3.0.5",
"@nomiclabs/hardhat-vyper": "^3.0.7",
"@solarity/solidity-lib": "3.0.0-rc.3",
"@types/chai": "^4.3.12",
"@types/chai-as-promised": "^7.1.8",
"@types/ejs": "^3.1.5",
"@types/mocha": "^10.0.6",
"@types/snarkjs": "^0.7.8",
"chai": "^4.4.1",
"chai-as-promised": "^7.1.1",
"ethers": "^6.11.1",
"hardhat": "2.22.7",
"husky": "^9.0.11",
"mocha": "^10.3.0",
"nyc": "^15.1.0",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}