{
    "name": "@aptos-labs/zk-actions",
    "version": "0.1.0",
    "description": "A set of actions and helpers for CLI commands",
    "repository": "git@github.com:privacy-scaling-explorations/p0tion.git",
    "homepage": "https://github.com/privacy-scaling-explorations/p0tion",
    "bugs": "https://github.com/privacy-scaling-explorations/p0tion/issues",
    "license": "MIT",
    "type": "module",
    "module": "./dist/index.esm.js",
    "main": "./dist/index.cjs.js",
    "types": "./dist/index.d.ts",
    "exports": {
        "import": "./dist/index.esm.js",
        "require": "./dist/index.cjs.js",
        "types": "./dist/index.d.ts",
        "default": "./dist/index.cjs.js"
    },
    "engines": {
        "node": ">=18.14.0"
    },
    "files": [
        "dist/",
        "src/"
    ],
    "keywords": [
        "typescript",
        "zero-knowledge",
        "zk-snarks",
        "phase-2",
        "trusted-setup",
        "ceremony",
        "snarkjs",
        "circom"
    ],
    "scripts": {
        "build": "rimraf dist && rollup -c rollup.config.mjs src/index.ts",
        "pre:publish": "yarn build",
        "compile:contracts": "hardhat compile",
        "test:contracts": "GOOGLE_APPLICATION_CREDENTIALS=\"../backend/serviceAccountKey.json\" && NODE_ENV=prod && TS_NODE_FILES=true hardhat test test/unit/contract.test.ts",
        "verify:ceremony": "GOOGLE_APPLICATION_CREDENTIALS=\"../backend/serviceAccountKey.json\" && NODE_ENV=prod hardhat verifyCeremony",
        "docs": "typedoc src/**/*.ts --out ../../docs/actions"
    },
    "dependencies": {
        "@adobe/node-fetch-retry": "^2.2.0",
        "@aws-sdk/client-ec2": "^3.358.0",
        "@aws-sdk/client-s3": "^3.329.0",
        "@aws-sdk/client-ssm": "^3.358.0",
        "@octokit/auth-oauth-device": "^4.0.4",
        "@rollup/plugin-typescript": "^11.1.0",
        "blakejs": "^1.2.1",
        "chai": "^4.3.7",
        "chai-as-promised": "^7.1.1",
        "cli-progress": "^3.12.0",
        "dotenv": "^16.0.3",
        "ethers": "^5.7.2",
        "firebase": "^9.21.0",
        "firebase-admin": "^11.8.0",
        "googleapis": "^118.0.0",
        "mime-types": "^2.1.35",
        "rimraf": "^5.0.5",
        "rollup": "^4.9.6",
        "snarkjs": "^0.6.11"
    },
    "devDependencies": {
        "@ethersproject/providers": "^5.7.2",
        "@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
        "@nomiclabs/hardhat-ethers": "^2.2.3",
        "@typechain/ethers-v5": "^10.2.1",
        "@typechain/hardhat": "^9.1.0",
        "@types/cli-progress": "^3.11.5",
        "@types/mime-types": "^2.1.4",
        "@types/mocha": "^10.0.6",
        "@types/rollup-plugin-auto-external": "^2.0.5",
        "hardhat": "^2.14.0",
        "rollup-plugin-auto-external": "^2.0.0",
        "rollup-plugin-cleanup": "^3.2.1",
        "ts-node": "^10.9.1",
        "tslib": "^2.6.2",
        "typescript": "^5.3.3",
        "winston": "^3.8.2"
    },
    "publishConfig": {
        "access": "public"
    }
}
