UNPKG

minauth-erc721-timelock-plugin

Version:

This package contains an implementation of a MinAuth plugin that combines zero-knowledge Merkle "membership" proofs with the ability to register into to a Merkle tree with locking an Ethereum NFT.

75 lines (74 loc) 1.82 kB
{ "name": "minauth-erc721-timelock-plugin", "version": "0.9.0-alpha.28", "description": "", "type": "module", "files": [ "dist/**/*" ], "scripts": { "build": "tsc && copyfiles -u 1 eth-contract/contracts/*.sol dist/", "lint": "eslint . --ext .ts", "prettier-format": "prettier --config .prettierrc './**/*.ts' --write", "test": "NODE_OPTIONS=--experimental-vm-modules npx jest" }, "dependencies": { "@types/node": "^20.10.5", "dotenv": "^16.3.1", "ethers": "^6.9.1", "express": "^4.18.2", "fp-ts": "^2.16.1", "minauth": "0.9.0-alpha.28", "web3": "^4.3.0", "zod": "^3.22.2" }, "peerDependencies": { "o1js": "0.15.1" }, "devDependencies": { "@types/axios": "^0.14.0", "@types/express": "^4.17.17", "@types/jest": "^29.5.11", "@types/mocha": "^10.0.6", "@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/parser": "^6.8.0", "copyfiles": "^2.4.1", "eslint": "^8.51.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-deprecation": "^2.0.0", "eslint-plugin-prettier": "^5.0.0", "jest": "^29.7.0", "nodemon": "^3.0.1", "prettier": "^3.0.3", "ts-jest": "^29.1.1", "ts-node": "^10.9.1", "tsconfig-paths": "^4.2.0", "typescript": "^5.2.2" }, "keywords": [ "authentication", "blockchain", "cryptography", "express", "mina", "minauth", "o1js", "passport", "security", "typescript", "zero-knowledge" ], "author": { "name": "Michał Adamczyk", "email": "michal@mlabs.city", "url": "https://github.com/adamczykm" }, "contributors": [ { "name": "Michał Adamczyk", "email": "michal@mlabs.city", "url": "https://github.com/adamczykm" } ], "license": "Apache-2.0" }