UNPKG

minauth-merkle-membership-plugin

Version:

This package contains an implementation of a simple MinAuth plugin that extends the concept of password authentication into authenticating within sets that provide a level of anonymity. The proofs are built and verified with MINA's `o1js` library & proof

71 lines (70 loc) 1.65 kB
{ "name": "minauth-merkle-membership-plugin", "version": "0.9.0-alpha.28", "description": "", "type": "module", "files": [ "dist/**/*" ], "scripts": { "build": "tsc", "lint": "eslint . --ext .ts", "prettier-format": "prettier --config .prettierrc 'plugins/**/*.ts' --write", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "express": "^4.18.2", "fp-ts": "^2.16.1", "minauth": "0.9.0-alpha.28", "zod": "^3.22.2" }, "peerDependencies": { "o1js": "0.15.1" }, "devDependencies": { "@types/axios": "^0.14.0", "@types/express": "^4.17.17", "@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/parser": "^6.8.0", "eslint": "^8.51.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-deprecation": "^2.0.0", "eslint-plugin-prettier": "^5.0.0", "nodemon": "^3.0.1", "prettier": "^3.0.3", "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": "Connor Fang", "email": "connor@mlabs.city", "url": "https://github.com/chfanghr" }, { "name": "Michał Adamczyk", "email": "michal@mlabs.city", "url": "https://github.com/adamczykm" } ], "license": "Apache-2.0" }