{
    "name": "@nori-zk/o1js-zk-utils",
    "version": "0.0.13",
    "description": "o1js-zk-utils supporting Nori Bridge",
    "author": "Nori",
    "license": "Apache-2.0",
    "keywords": [
        "mina-zkapp",
        "mina-zk-app",
        "mina-dapp",
        "zkapp"
    ],
    "publishConfig": {
        "registry": "https://registry.npmjs.org/",
        "access": "public"
    },
    "type": "module",
    "main": "build/index.js",
    "types": "build/index.d.ts",
    "exports": {
        ".": {
            "import": "./build/index.js"
        }
    },
    "scripts": {
        "clean": "rimraf build",
        "build": "npm run clean && tsc",
        "buildw": "tsc --watch",
        "coverage": "node --experimental-vm-modules ../node_modules/jest/bin/jest.js --coverage --runInBand",
        "format": "prettier --write --ignore-unknown **/*",
        "test": "node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --forceExit",
        "test-ci": "npm run test -- -t \"contract_deposit_pipeline\" && npm run test -- -t \"test_all_leaf_counts_and_indices_with_pipeline\" && npm run test -- -t \"test_large_slots\" && npm run test -- -t \"test_all_leaf_counts_and_indices_with_build_and_fold\"",
        "testw": "node --experimental-vm-modules ../node_modules/jest/bin/jest.js --watch --runInBand",
        "lint": "npx eslint src/* --fix",
        "bake-vk-hashes": "npm run build && node --max-old-space-size=8192 --max-old-space-size=8192 --max-semi-space-size=128 --no-liftoff --no-wasm-tier-up --experimental-vm-modules --experimental-wasm-modules build/bin/bakeVkHashes.js && npm run build"
    },
    "devDependencies": {
        "@babel/preset-env": "^7.16.4",
        "@babel/preset-typescript": "^7.16.0",
        "@types/jest": "^29.5.12",
        "@types/node": "^20.17.19",
        "@typescript-eslint/eslint-plugin": "^5.5.0",
        "@typescript-eslint/parser": "^5.5.0",
        "eslint": "^8.7.0",
        "eslint-plugin-o1js": "^0.4.0",
        "jest": "^29.7.0",
        "mkdirp": "^3.0.1",
        "ncp": "^2.0.0",
        "prettier": "^2.3.2",
        "rimraf": "^6.0.1",
        "ts-jest": "^29.2.4",
        "typescript": "^5.4.5",
        "npm-workspaces-publish-tool": "^0.0.8"
    },
    "peerDependencies": {
        "o1js": "2.3.0"
    },
    "engines": {
        "node": ">=22.0.0"
    },
    "dependencies": {
        "@nori-zk/proof-conversion": "^0.5.14",
        "dotenv": "^16.4.7",
        "mina-attestations": "^0.5.2"
    },
    "files": [
        "build"
    ]
}