UNPKG

@nori-zk/o1js-zk-utils

Version:

o1js-zk-utils supporting Nori Bridge

78 lines (77 loc) 2.85 kB
{ "name": "@nori-zk/o1js-zk-utils", "version": "0.1.31", "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" }, "./node": { "import": "./build/index.node.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 --check --ignore-unknown **/*", "format:fix": "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/*", "lint:fix": "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.29.0", "@babel/preset-typescript": "^7.28.5", "@types/jest": "^30.0.0", "@types/node": "^25.2.3", "@typescript-eslint/eslint-plugin": "^8.55.0", "@typescript-eslint/parser": "^8.55.0", "eslint": "^9.39.2", "eslint-plugin-o1js": "^0.4.0", "jest": "^30.2.0", "mkdirp": "^3.0.1", "ncp": "^2.0.0", "prettier": "^3.8.1", "rimraf": "^6.1.2", "ts-jest": "^29.4.6", "typescript": "^5.9.3", "typescript-eslint": "^8.55.0", "npm-workspaces-publish-tool": "0.0.17" }, "peerDependencies": { "o1js": "3.0.0-mesa.rc2" }, "engines": { "node": ">=22.0.0" }, "dependencies": { "@nori-zk/proof-conversion": "0.8.28", "@nori-zk/pts-types": "6.0.1", "dotenv": "^17.2.4", "esm-iso-logger": "1.0.2", "@nori-zk/mina-attestations": "0.6.6" }, "files": [ "build" ] }